-
Notifications
You must be signed in to change notification settings - Fork 906
Bump to Matplotlib 3.7.1 #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Possible things to investigate after finishing the build locally:
Some similar problems occur in the 2-page version. |
Also note that the anatomy example has changed somewhat in Matplotlib: https://github.com/matplotlib/matplotlib/compare/v3.5.0..v3.7.1#diff-d476362ab30b16055b90f54100d51a2d0e479f1f886bbf371f2008f734bb9ef8; not sure if we want to bring those changes over here. |
Also, looking at the build a bit closer, it appears that |
063cb83
to
ea45a56
Compare
With #126 in, the tip-and-tricks diff is now: |
IIRC, we stopped counting invisible ticks in tight layout at some point, which is likely the reason the Axes were clipped closer, and thus appear a bit bigger now. |
And also Cartopy to latest version to make it installable on current versions of Python.
Rebased, but note the above comment: #125 (comment) |
Theoretically yes. But that doesn't have to be within this PR. And please check whether it's still readable - if I see it correctly, we have added more content. |
And also Cartopy to latest version to make it installable on current versions of Python.
Fixes #116
Fixes #124