git: 9front

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