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