git: 9front

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