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