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