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