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