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