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