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