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