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