git: 9front

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