git: 9front

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