git: 9front

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