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