git: 9front

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