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