shithub: front

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