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