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