git: 9front

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