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 052b52b commit 24622f3Copy full SHA for 24622f3
1 file changed
lib/matplotlib/backends/web_backend/mpl.js
@@ -77,7 +77,7 @@ mpl.figure = function(figure_id, websocket, ondownload, parent_element) {
77
};
78
79
this.imageObj.onunload = function() {
80
- this.ws.close();
+ fig.ws.close();
81
}
82
83
this.ws.onmessage = this._make_on_message_function(this);
0 commit comments