Histograms`
Histograms`
ApproximateIntervals
As of Version 7.0, ApproximateIntervals has been removed.
ApproximateIntervals
is an option of histogram functions that specifies whether the HistogramCategories or HistogramRange settings should be adjusted so that the interval boundaries are described by simple numbers.
Details
- To use ApproximateIntervals, you first need to load the Histograms Package using Needs["Histograms`"].
- ApproximateIntervals->Automatic adjusts the intervals when HistogramCategories->Automatic or HistogramCategories->k.
- Other settings for ApproximateIntervals are True and False.