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