Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: fix broken link in inset-locator example#11717
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
# optionally a location (loc) which accepts locations as codes, similar to | ||
# `~matplotlib.axes.Axes.legend`. | ||
# By default, the inset is offset by some points from the axes - this is | ||
# The `.inset_locator`'s `~mpl_toolkits.axes_grid1.inset_axes` allows |
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.
If I'm not mistaken it should be~mpl_toolkits.axes_grid1.inset_locator.inset_axes
, which may probably be shortened to~inset_locator.inset_axes
. So I guess I was the one to actually make this mistake when I last edited that example.
It worked before because |
19d8be7
to8661e9d
Compare...a quite unfortunate decision to name it exactly like the existing one. |
The end goal is to deprecate axes_grid1, so I’m not concerned about the method having the same name. Same thing happened w twinx. |
8661e9d
todec1c0e
Compare
PR Summary
Made a small error in#11026 with resolving a link in
examples/axes_grid1/inset_locator_demo.py
. I think this fixes it...PR Checklist