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