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