-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[mpl_toolkits] Things drawn on parasite axes don't fire pick events #5581
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
Labels
Milestone
Comments
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Jan 4, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Jan 4, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Jan 4, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 9, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 10, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 10, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 10, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 11, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 12, 2019
smheidrich
added a commit
to smheidrich/matplotlib
that referenced
this issue
Feb 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
pick_event
s aren't fired for things that are drawn on parasite axes which were created using thetwin*
methods onmpl_toolkits.axes_grid1.host_subplot
host axes.How to reproduce
Code
Steps
picked
" was written to standard output.It works fine if the curve is drawn to the host axes, but it doesn't work if it's drawn on the parasite axes instead.
Info
See also #5580 .
Matplotlib version: 6245d4e
Python version: Any
The text was updated successfully, but these errors were encountered: