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