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