git: 9front

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