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