git: 9front

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