shithub: front

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