xref: /plan9/sys/src/cmd/plot/libplot/move.c (revision 0b459c2cb92b7c9d88818e9a2f72e678e5bc4553)
1 #include "mplot.h"
2 void move(double xx, double yy){
3 	e1->copyx = xx;
4 	e1->copyy = yy;
5 }
6