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