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