git: 9front

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