git: 9front

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