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