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