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