git: 9front

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