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