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