Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba7a505

Browse filesBrowse files
committed
Remove QuadMesh from mouseover set.
1 parent 11737d0 commit ba7a505
Copy full SHA for ba7a505

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.