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