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