git: 9front

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