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