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