git: 9front

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