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