Liking cljdoc? Tell your friends :D
Clojure only.

boxplot-clj.core


box-plotclj

(box-plot numbers width & {:keys [key sig-figs] :or {key identity sig-figs 2}})

Generate a string box plot of the given set of numbers with the given line width.

Options key A function to extract the number to plot from each datum in numbers. sig-figs The number of significant figures to show in the labels.

Generate a string box plot of the given set of `numbers` with the given
line `width`.

Options
  key       A function to extract the number to plot from each datum in
            `numbers`.
  sig-figs  The number of significant figures to show in the labels.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close