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