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