git: 9front

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