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