git: 9front

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