Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38cb765 + 7eacb1b commit 6290aabCopy full SHA for 6290aab
1 file changed
lib/matplotlib/artist.py
@@ -1200,6 +1200,13 @@ def format_cursor_data(self, data):
1200
1201
@property
1202
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
1210
return self._mouseover
1211
1212
@mouseover.setter
0 commit comments