proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.07k stars 96 forks source link

Fixed an incompatibility issue with higher versions of matplotlib(3.8.2) #445

Closed longtsing closed 6 months ago

longtsing commented 6 months ago

Referenced to previous commits that attempted to fix compatibility with higher versions of matplotlib.

On the premise of ensuring that matplotlib versions below 3.6 continue to run, we will do our best to achieve compatibility with higher versions of matplotlib (3.8.2).

The code is tested and runs normally under matplotlib 3.8.2 version (ubuntu).