git: 9front

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