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