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