git: 9front

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