Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Backport PR #22693 on branch v3.5.x (Remove QuadMesh from mouseover set.) #22696

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

Merged

Conversation

meeseeksmachine
Copy link
Contributor

Backport PR #22693: Remove QuadMesh from mouseover set.

@lumberbot-app lumberbot-app bot added this to the v3.5.2 milestone Mar 24, 2022
@lumberbot-app lumberbot-app bot added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Mar 24, 2022
@@ -2015,6 +2015,7 @@ def __init__(self, *args, **kwargs):
# super init delayed after own init because array kwarg requires
# self._coordinates and self._shading
super().__init__(**kwargs)
self.set_mouseover(False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the problem with this fix is that set_mouseover is new, as of 3.6...

@oscargus oscargus merged commit 7399791 into matplotlib:v3.5.x Mar 24, 2022
@Carreau Carreau deleted the auto-backport-of-pr-22693-on-v3.5.x branch April 12, 2022 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants