git: 9front

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