git: 9front

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