shithub: front

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