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