git: 9front

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