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