ref: 83f1b353bec636b08df0795da9bc9047d528e5da dir: /sys/src/cmd/plot/libplot/dpoint.c/
#include "mplot.h" void dpoint(double x, double y){ m_dpt(x, y); move(x, y); }