git: 9front

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