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