shithub: front

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