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