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