Skip to content

Present better error for empty data given to Axes.hist if logbins=True, range=None

This PR improves the error message for ax.hist([], logbins=True, range=None) to explain exactly what the problem is.

Merge request reports