shithub: plan9front

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