plan9port/src/cmd/plot/libplot/move.c
2004-04-14 19:54:10 +00:00

6 lines
89 B
C

#include "mplot.h"
void move(double xx, double yy){
e1->copyx = xx;
e1->copyy = yy;
}