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 bd765e0 commit 5667d96Copy full SHA for 5667d96
1 file changed
lib/matplotlib/backend_bases.py
@@ -1411,9 +1411,6 @@ class MouseEvent(LocationEvent):
1411
----------
1412
button : None or `MouseButton` or {'up', 'down'}
1413
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.
1417
Note that LEFT and RIGHT actually refer to the "primary" and
1418
"secondary" buttons, i.e. if the user inverts their left and right
1419
buttons ("left-handed setting") then the LEFT button will be the one
0 commit comments