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

Skip to content

Commit 5667d96

Browse files
committed
Remove outdated note about middle click in nbAgg backend.
This was fixed by #18172.
1 parent bd765e0 commit 5667d96

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/matplotlib/backend_bases.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,9 +1411,6 @@ class MouseEvent(LocationEvent):
14111411
----------
14121412
button : None or `MouseButton` or {'up', 'down'}
14131413
The button pressed. 'up' and 'down' are used for scroll events.
1414-
Note that in the nbagg backend, both the middle and right clicks
1415-
return RIGHT since right clicking will bring up the context menu in
1416-
some browsers.
14171414
Note that LEFT and RIGHT actually refer to the "primary" and
14181415
"secondary" buttons, i.e. if the user inverts their left and right
14191416
buttons ("left-handed setting") then the LEFT button will be the one

0 commit comments

Comments
 (0)