git: 9front

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