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
Figures always have a canvas attached (even if it's just a
FigureCanvasBase), and canvases always have a "manager" attribute (which
may be None).
Canvases also always have a "toolbar" attribute (which also may be
None).
Altogether this allows avoiding a couple of getattrs.
0 commit comments