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