git: 9front

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