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