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