git: 9front

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