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