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