git: 9front

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