shithub: riscv

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