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