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