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