shithub: riscv

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