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