git: 9front

ref: 3d8f7832675e77e1daea2bb7486a851a711ff500
dir: /sys/src/cmd/plot/libplot/move.c/

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