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