git: 9front

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