git: 9front

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