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