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