shithub: riscv

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