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