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 f8687b0 commit d6b1c38Copy full SHA for d6b1c38
lib/matplotlib/backends/web_backend/mpl.js
@@ -193,7 +193,7 @@ mpl.figure.prototype._init_toolbar = function() {
193
fmt_picker.addClass('mpl-toolbar-option ui-widget ui-widget-content');
194
fmt_picker_span.append(fmt_picker);
195
nav_element.append(fmt_picker_span);
196
- this.format_dropdown = fmt_picker;
+ this.format_dropdown = fmt_picker[0];
197
198
for (var ind in mpl.extensions) {
199
var fmt = mpl.extensions[ind];
0 commit comments