ztrean
October 15, 2020, 7:32pm
#1
I don’t see any option for building a histogram – do you know if there is any work around for this?
Ryan
October 15, 2020, 7:32pm
#2
Hey Zachary!
Hmm I think the best way to do this would be to add your data into bins through using either the “BinRange” or “BinFixed” function, and then adding those bins into a bar chart.
Computes the bin for a value using the provided lower bounds.
Usage
BinRange(input value, cutoff1, ... )
input value (required) The value to place into the defined bins. Input values can be a numbe...
Computes the bin for a value among the specified number of identically sized bins within the given bounds.
Usage
BinFixed(value, min, max, bins)
value (required): The value for which the bin is com...