git: 9front

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