git: 9front

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