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