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