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