git: 9front

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