shithub: riscv

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