git: 9front

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