git: 9front

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