Open andreweland opened 1 year ago
Here's an example of a b6 shell expression for a discrete histogram find [#building] | map (get "#building") | count-values
. Maybe we want two specific histogram functions, histogram-continuous
and histogram-discrete
to force use of one of the two types, and a histogram
function which chooses the obvious one based on the data.
i also kind of wanna close this / and open a new b/ for representing continuous values / if that s what we want
I'd support that @xprogramari
Add histogram support to the b6 UI, roughly following the attached mock, to support data exploration.