shithub: riscv

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