git: 9front

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