shithub: front

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