Histograms`
Histograms`

HistogramRange

As of Version 7.0, HistogramRange has been superseded by PlotRange.

HistogramRange

is an option of histogram functions that specifies the lower and upper limits of the points to be included in the histogram.

Details and Options

  • To use HistogramRange, you first need to load the Histograms Package using Needs["Histograms`"].
  • HistogramRange->Automatic chooses lower and upper limits automatically.
  • HistogramRange->{min,max} specifies lower and upper limits for Histogram.
  • HistogramRange->{{xmin,xmax},{ymin,ymax}} specifies lower and upper limits for Histogram3D.

Examples

Basic Examples  (1)

Automatically choose the range of the histogram:

Limit the histogram to the interval :

Wolfram Research (2007), HistogramRange, Wolfram Language function, https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html.

Text

Wolfram Research (2007), HistogramRange, Wolfram Language function, https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html.

CMS

Wolfram Language. 2007. "HistogramRange." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html.

APA

Wolfram Language. (2007). HistogramRange. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html

BibTeX

@misc{reference.wolfram_2024_histogramrange, author="Wolfram Research", title="{HistogramRange}", year="2007", howpublished="\url{https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html}", note=[Accessed: 24-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_histogramrange, organization={Wolfram Research}, title={HistogramRange}, year={2007}, url={https://reference.wolfram.com/language/Histograms/ref/HistogramRange.html}, note=[Accessed: 24-April-2024 ]}