git: 9front

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