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

Skip to content

Commit 6b2d3f2

Browse files
authored
Merge pull request #22693 from anntzer/qmo
Remove QuadMesh from mouseover set.
2 parents 647afe6 + ba7a505 commit 6b2d3f2

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
@@ -2003,6 +2003,7 @@ def __init__(self, *args, **kwargs):
20032003
# super init delayed after own init because array kwarg requires
20042004
# self._coordinates and self._shading
20052005
super().__init__(**kwargs)
2006+
self.set_mouseover(False)
20062007

20072008
# Only needed during signature deprecation
20082009
__init__.__signature__ = inspect.signature(

0 commit comments

Comments
 (0)