git: 9front

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