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