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

Skip to content

Commit 7399791

Browse files
authored
Merge pull request #22696 from meeseeksmachine/auto-backport-of-pr-22693-on-v3.5.x
Backport PR #22693 on branch v3.5.x (Remove QuadMesh from mouseover set.)
2 parents 560681c + abb8adf commit 7399791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,7 @@ def __init__(self, *args, **kwargs):
20152015
# super init delayed after own init because array kwarg requires
20162016
# self._coordinates and self._shading
20172017
super().__init__(**kwargs)
2018+
self.mouseover = False
20182019

20192020
# Only needed during signature deprecation
20202021
__init__.__signature__ = inspect.signature(

0 commit comments

Comments
 (0)