git: 9front

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