git: 9front

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