git: 9front

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