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