shithub: riscv

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