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