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