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