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