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