shithub: riscv

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