From ba7a505aa56f452ddba4e04d026f954dc83bd528 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 24 Mar 2022 00:14:11 +0100 Subject: [PATCH] Remove QuadMesh from mouseover set. --- lib/matplotlib/collections.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/collections.py b/lib/matplotlib/collections.py index d0df32638be8..e48fe55f51c3 100644 --- a/lib/matplotlib/collections.py +++ b/lib/matplotlib/collections.py @@ -2003,6 +2003,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) # Only needed during signature deprecation __init__.__signature__ = inspect.signature(