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