git: 9front

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