git: 9front

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