git: 9front

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