shithub: riscv

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