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