git: 9front

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