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.
1 parent 4e61017 commit 09947d6Copy full SHA for 09947d6
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