shithub: front

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