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