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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edited HoverEvent constructor for consistent argument order
  • Loading branch information
eslothower committed Apr 17, 2023
commit 85a05fc8bc6f1ba5dbebf2166208c6f7b0d312ac
3 changes: 2 additions & 1 deletion lib/matplotlib/backend_bases.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,6 @@ class ShowBase(_Backend):
def __call__(self, block: bool | None = ...): ...

class HoverEvent:
def __init__(self, canvas, x, y, guiEvent=None):
def __init__(self, name, canvas, mouseevent, artist,
guiEvent=None, **kwargs):
pass