git: 9front

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