Histogram¶
Histogram of a list of numeric samples.
A bin specification and a height specification may follow the data.
{w} sets the bin width and "PDF" normalizes the bars to a probability
density:
Several datasets (a list of lists) are drawn as overlaid histograms:
Same options as BarChart, plus:
Bins—Automatic, an integer (number of bins), a bin width{w}, or a list of bin edges{{e1, e2, ...}}.- Height spec —
"Count"(default),"PDF","Probability","CumulativeCount", or"CDF".