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