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