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