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