Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationgenerate_histogram

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
Feedback 👍
Comments are sent via email to me.