Skip to content

Commit

Permalink
Remove matplotlib version pin and minor contour labeling change for c…
Browse files Browse the repository at this point in the history
…ompatibility (#568)

* Remove problematic contour label levels specification in NCL_coneff_8.py

* Remove matplotlib version pin
  • Loading branch information
kafitzgerald committed Nov 20, 2023
1 parent 344c9e9 commit 07ea2d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gallery/Contours/NCL_coneff_8.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- geographiclib
- jupyterlab
- make
- matplotlib<3.8
- matplotlib
- metpy
- mock
- nbsphinx
Expand Down

0 comments on commit 07ea2d3

Please sign in to comment.