git: 9front

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