diff --git a/lib/matplotlib/backends/web_backend/all_figures.html b/lib/matplotlib/backends/web_backend/all_figures.html index a501d9379ce5..bab2e843b3a7 100644 --- a/lib/matplotlib/backends/web_backend/all_figures.html +++ b/lib/matplotlib/backends/web_backend/all_figures.html @@ -8,60 +8,60 @@ - + - - MPL | WebAgg current figures + + MPL | WebAgg current figures
{% for (fig_id, fig_manager) in figures %} {% set fig_label='Figure: {}'.format(fig_manager.canvas.figure.get_label()) %} - + {% if fig_label == 'Figure: ' %} {% set fig_label="Figure {}".format(fig_id) %} {% end %} - +

{{ fig_label }} - +

{% end %} - +