git: 9front

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