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