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