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