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