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