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