git: 9front

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