shithub: riscv

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