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 2f22a75 commit fc77121Copy full SHA for fc77121
1 file changed
lib/matplotlib/backends/web_backend/mpl.js
@@ -149,7 +149,7 @@ mpl.figure.prototype._init_canvas = function() {
149
canvas_div.on("wheel mousewheel", function (event) {
150
event = event.originalEvent;
151
event['data'] = 'scroll'
152
- event.step = event.deltaY / 3.
+ event.step = -event.deltaY / 3.
153
mouse_event_fn(event);
154
});
155
0 commit comments