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