From 07ea2d3174237cf34983f80968131674e0e9b9c0 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:25:22 -0700 Subject: [PATCH] Remove matplotlib version pin and minor contour labeling change for compatibility (#568) * Remove problematic contour label levels specification in NCL_coneff_8.py * Remove matplotlib version pin --- Gallery/Contours/NCL_coneff_8.py | 1 - conda_environment.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gallery/Contours/NCL_coneff_8.py b/Gallery/Contours/NCL_coneff_8.py index 45187c225..1dc423177 100644 --- a/Gallery/Contours/NCL_coneff_8.py +++ b/Gallery/Contours/NCL_coneff_8.py @@ -96,7 +96,6 @@ (-25, 42000), (18, 23000), (30, 40000), (45, 40000), (57, 41000), (63, 39000), (55, 80000), (65, 85000)] clabels = ax1.clabel(contours, - levels=np.arange(0, 25, 8), fontsize=12, colors="black", fmt="%.0f", diff --git a/conda_environment.yml b/conda_environment.yml index 4ab31ed5c..79a0f32df 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -17,7 +17,7 @@ dependencies: - geographiclib - jupyterlab - make - - matplotlib<3.8 + - matplotlib - metpy - mock - nbsphinx