shithub: riscv

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