git: 9front

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