shithub: front

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