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