git: 9front

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