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