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