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