ref: 54cef0ff2edcde9202c417c17560f01c93fb6302 dir: /sys/src/cmd/plot/libplot/move.c/
#include "mplot.h" void move(double xx, double yy){ e1->copyx = xx; e1->copyy = yy; }