git: 9front

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