git: 9front

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