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