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