shithub: front

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