git: 9front

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