-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MEP22 toolmanager does not set axes navigate_mode #18151
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
Comments
I would like to look into this issue. |
@Chinmay922 Great! The code you are going to have to work with is in https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backend_tools.py please ask here or https://gitter.im/matplotlib/matplotlib if you have any questions. |
Hello, In the issue details I can see that "Linux" OS is mentioned. Is this a linux only issue? If yes, then which version of Linux I should try it on? I am using Python 3.8 64 bit, if that matters. |
Did you switch the toolbar rcParam to toolmanager first? |
@QuLogic Thanks a lot. I didn't do that. Now the following code is reproducing the issue.
|
closed by #18493 |
Bug report
Bug summary
Noted while looking at #18150: when using MEP22 toolmanager,
ax.get_navigate_mode()
always returns None even when a tool is active.Code for reproduction
Actual outcome
None
Expected outcome
"zoom rect"
Matplotlib version
print(matplotlib.get_backend())
): qt5aggThe text was updated successfully, but these errors were encountered: