git: 9front

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