HistogramScale
is an option of histogram functions that specifies the way in which the bar heights are to be scaled.


HistogramScale
HistogramScale
is an option of histogram functions that specifies the way in which the bar heights are to be scaled.
Details and Options
- To use HistogramScale, you first need to load the Histograms Package using Needs["Histograms`"].
- HistogramScale->Automatic does not scale the bar heights when there are equally sized intervals.
- HistogramScale->Automatic scales the bar heights by the interval sizes when the intervals are not equally sized.
- HistogramScale->True always scales the bar heights by the interval sizes regardless of whether the interval sizes are equal.
- HistogramScale->k scales bar heights so that the bar areas or bar volumes sum to the positive number k.
- HistogramScale->1 gives a probability density plot.
See Also
Text
Wolfram Research (2007), HistogramScale, Wolfram Language function, https://reference.wolfram.com/language/Histograms/ref/HistogramScale.html.
CMS
Wolfram Language. 2007. "HistogramScale." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Histograms/ref/HistogramScale.html.
APA
Wolfram Language. (2007). HistogramScale. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Histograms/ref/HistogramScale.html
BibTeX
@misc{reference.wolfram_2025_histogramscale, author="Wolfram Research", title="{HistogramScale}", year="2007", howpublished="\url{https://reference.wolfram.com/language/Histograms/ref/HistogramScale.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_histogramscale, organization={Wolfram Research}, title={HistogramScale}, year={2007}, url={https://reference.wolfram.com/language/Histograms/ref/HistogramScale.html}, note=[Accessed: 16-August-2025]}