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