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