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