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

Skip to content

Commit 14090b8

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #22693: Remove QuadMesh from mouseover set.
1 parent 560681c commit 14090b8

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.set_mouseover(False)
20182019

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

0 commit comments

Comments
 (0)