generate_histogram (list values, number bins) ⇒ string
Splits a list of numbers into a specified number of equal-width bins and returns a list of objects, each representing a bin. Each object contains the lower bound (low), upper bound (high), and the number of values (count) that fall within that range.
First available: Version 1.13.8