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