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