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