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