Skip to content

Commit

Permalink
Merge pull request matplotlib#2606 from mdboom/webagg/download
Browse files Browse the repository at this point in the history
embedding_webagg example: Download button does not work
  • Loading branch information
pelson committed Nov 28, 2013
2 parents be24fc9 + d6b1c38 commit 350320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backends/web_backend/mpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ mpl.figure.prototype._init_toolbar = function() {
fmt_picker.addClass('mpl-toolbar-option ui-widget ui-widget-content');
fmt_picker_span.append(fmt_picker);
nav_element.append(fmt_picker_span);
this.format_dropdown = fmt_picker;
this.format_dropdown = fmt_picker[0];

for (var ind in mpl.extensions) {
var fmt = mpl.extensions[ind];
Expand Down

0 comments on commit 350320f

Please sign in to comment.