Histogram
A histogram is a chart that plots the distribution of a numeric variable’s values as a series of bars. Each bar typically covers a range of numeric values called bin; a bar’s height indicates the frequency of data points with a value within the corresponding bin.
Code example