You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously when using the webagg backend the title of a figure was set using
figure.set_label. Now it is set using figure.canvas.manager.set_window_title
which is more consistent with other backends.