git: 9front

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