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