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