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