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