git: 9front

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