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