plot#

Histogram.plot(ax=None)#

Plot the histogram using matplotlib

Parameters:

ax (matplotlib.axes.Axes, optional) – Axes object to plot the histogram on. If not provided, a new figure will be created.

Returns:

Axes object containing the histogram plot

Return type:

matplotlib.axes.Axes