git: 9front

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