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