Skip to content

Add Support for scroll_event in WebAgg and NbAgg [backport to 1.4.x] #3968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jan 11, 2015
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
Simplify event listener call
Conflicts:
	lib/matplotlib/backends/web_backend/mpl.js
  • Loading branch information
blink1073 committed Jan 11, 2015
commit da0a36dfdc7322abd22013b661d13a8ea8559878
1 change: 0 additions & 1 deletion lib/matplotlib/backends/web_backend/mpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ mpl.figure.prototype._init_canvas = function() {
rubberband.mouseenter('figure_enter', mouse_event_fn);
rubberband.mouseleave('figure_leave', mouse_event_fn);


canvas_div.append(canvas);
canvas_div.append(rubberband);

Expand Down