git: 9front

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