git: 9front

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