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