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