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