shithub: front

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