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