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