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