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