shithub: front

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