shithub: front

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