git: 9front

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