-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Replace axes_grid by axes_grid1 in test #12360
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
Replace axes_grid by axes_grid1 in test #12360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just waiting for CI.
Bonus points if you fix the typo in the warning:
Use mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist provies ...
c836855
to
7a048f5
Compare
7a048f5
to
23b8958
Compare
Now it should be correct. There are unfortunately two different versions of The remaining test failures are unrelated to this PR, they do occur in other PRs' tests as well. |
…360-on-v3.0.x Backport PR #12360 on branch v3.0.x (Replace axes_grid by axes_grid1 in test)
PR Summary
Replace axes_grid by axes_grid1 in test to suppress warning
The change in the warning message may look a bit strange, this is because the
alternative
argument gets embedded into"Use " + alternative +
" instead."`. So the new message now readsPR Checklist