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