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