git: 9front

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