git: 9front

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