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