Pandas’ Series.histogram() uses matplotlib.pyplot.hist() to draw a Matplotlib histogram code example Example: pandas plot histogram ax = df.plot.hist(bins=12, alpha=0.5)