The desired number of uniform bins.
Set a threshold accessor function, which returns the desired number of bins. Divides the domain uniformly into approximately count bins. IMPORTANT: This threshold setting approach only works, when the materialized values are numbers!
A function which accepts as arguments the array of materialized values, and optionally the domain minimum and maximum. The function calcutates and returns the suggested number of bins.
Set the array of values to be used as thresholds in determining the bins.
Array of threshold values used for binning. The elements must be of the same type as the materialized values of the histogram.
Set a threshold accessor function, which returns the array of values to be used as thresholds in determining the bins.
A function which accepts as arguments the array of materialized values, and optionally the domain minimum and maximum. The function calcutates and returns the array of values to be used as thresholds in determining the bins.
Generated using TypeDoc
Divide the domain uniformly into approximately count bins. IMPORTANT: This threshold setting approach only works, when the materialized values are numbers!