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

fix: support older matplotlib #455

Closed agoose77 closed 1 year ago

agoose77 commented 1 year ago

443 broke support for older matplotlib (within our version bounds). This PR adds a version check.

andrzejnovak commented 1 year ago

Yikes, thanks a lot for the fix!