shithub: front

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