git: 9front

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