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