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