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