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