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.
2 parents 31b3f8e + 33bffe7 commit 344bb33Copy full SHA for 344bb33
1 file changed
lib/matplotlib/backends/web_backend/nbagg_mpl.js
@@ -149,10 +149,10 @@ mpl.figure.prototype._canvas_extra_style = function(el){
149
150
}
151
152
-mpl.figure.prototype._key_event_extra = function(event, name) {
+mpl.figure.prototype._key_event_extra = function(event, name) {
153
var manager = IPython.notebook.keyboard_manager;
154
if (!manager)
155
- IPython.keyboard_manager;
+ manager = IPython.keyboard_manager;
156
157
// Check for shift+enter
158
if (event.shiftKey && event.which == 13) {
0 commit comments