git: 9front

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