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