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