git: 9front

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