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