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