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

Skip to content

Commit 7eacb1b

Browse files
OlivierOlivier
Olivier
authored and
Olivier
committed
Update lib/matplotlib/artist.py
Docstring modification after suggestion from Tim Hoffmann.
1 parent 96785be commit 7eacb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/artist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,8 +1201,8 @@ def format_cursor_data(self, data):
12011201
@property
12021202
def mouseover(self):
12031203
"""
1204-
If this property is set to *True*, the data from the artist will be
1205-
displayed when the mouse cursor moves.
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.
12061206
12071207
See also :meth:`get_cursor_data`, :class:`.ToolCursorPosition` and
12081208
:class:`.NavigationToolbar2`.

0 commit comments

Comments
 (0)