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