MastodonC / kixi.stats

A library of statistical distribution sampling and transducing functions
https://cljdoc.xyz/d/kixi/stats
Eclipse Public License 1.0
355 stars 17 forks source link

Rendering a histogram #31

Closed Folcon closed 4 years ago

Folcon commented 4 years ago

Hi, just got introduced to this library and been digging around.

Is it possible to realise these histograms in some way? For rendering / visualisation for example?

Similar to what incanter does =)...

henrygarner commented 4 years ago

Lambda Island has produced sample code showing one way of binning data using kixi.stats. Once you have the binned data you can present it how you like. The linked code creates custom SVGs using the thi.ng libraries, but there are many other options!

Folcon commented 4 years ago

Thank you =)...