shithub: riscv

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