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 8022cda commit 5cffcf3Copy full SHA for 5cffcf3
1 file changed
lib/matplotlib/backend_bases.py
@@ -878,7 +878,7 @@ def __init__(self, figure):
878
879
def hilite(self, ev):
880
"""Mouse event processor which highlights the artists
881
- under the currsor. Connect this to the motion_notify_event
+ under the cursor. Connect this to the motion_notify_event
882
using canvas.mpl_connect('motion_notify_event',canvas.hilite)
883
"""
884
if not hasattr(self,'_active'): self._active = dict()
0 commit comments