shithub: riscv

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