Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/plot/libplot/move.c
#include "mplot.h" void move(double xx, double yy){ e1->copyx = xx; e1->copyy = yy; }