NCAR / geocat-examples

GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
https://geocat-examples.readthedocs.io
Apache License 2.0
66 stars 42 forks source link

Remove matplotlib version pin and minor contour labeling change for compatibility #568

Closed kafitzgerald closed 1 year ago

kafitzgerald commented 1 year ago

Removes the matplotlib<3.8 version pin and makes a minor change to the NCL_coneff_8.py contour labeling (removes the contour levels that were specified in addition to the locations to label) for compatibility with matplotlib 3.8+.

Closes #567.

We might wait until the next matplotlib release to merge this since matplotlib/matplotlib#27334 is still needed to address a couple of spurious lines in the example with matplotlib 3.8+.

kafitzgerald commented 1 year ago

And the matplotlib release is already out. Let's get this in.