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