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