git: 9front

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