git: 9front

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