git: 9front

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