git: 9front

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