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