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

Skip to content

Commit 09947d6

Browse files
timhoffmMeeseeksDev[bot]
authored andcommitted
Backport PR #15623: Docstring for Artist.mouseover
1 parent 4e61017 commit 09947d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/matplotlib/artist.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,13 @@ def format_cursor_data(self, data):
12001200

12011201
@property
12021202
def mouseover(self):
1203+
"""
1204+
If this property is set to *True*, the artist will be queried for
1205+
custom context information when the mouse cursor moves over it.
1206+
1207+
See also :meth:`get_cursor_data`, :class:`.ToolCursorPosition` and
1208+
:class:`.NavigationToolbar2`.
1209+
"""
12031210
return self._mouseover
12041211

12051212
@mouseover.setter

0 commit comments

Comments
 (0)