shithub: front

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