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