git: 9front

ref: cb54385ece6f95bc87b883596fa3bce1c81fc468
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;
}