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

Skip to content

Commit 6290aab

Browse files
authored
Merge pull request #15623 from ocastany/master
Docstring for Artist.mouseover
2 parents 38cb765 + 7eacb1b commit 6290aab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)