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