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