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