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