git: 9front

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