scikit-hep / mplhep

Extended histogram plotting on top of matplotlib and HEP collaboration compatible styling
https://mplhep.readthedocs.io
MIT License
189 stars 66 forks source link

Matplotlib warnings #427

Open henryiii opened 1 year ago

henryiii commented 1 year ago

These warnings are being produced:

MatplotlibDeprecationWarning: The matplotlib.docstring module was deprecated in Matplotlib 3.6 and will be removed two minor releases later.
UserWarning: FixedFormatter should only be used together with FixedLocator

The first one should be an easy fix, matplotlib.docstring is just copying docstrings around. We are already on 3.7, so this will be breaking soon.