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

Skip to content

Commit abb8adf

Browse files
authored
MNT: use old API to set mouseover False
1 parent 14090b8 commit abb8adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +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)
2018+
self.mouseover = False
20192019

20202020
# Only needed during signature deprecation
20212021
__init__.__signature__ = inspect.signature(

0 commit comments

Comments
 (0)