git: 9front

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