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
Clarify loading of backend FigureCanvas and show().
- FigureCanvas is now required to exist on backend modules (since the
deprecation elapsed in 3.8) and we indeed already access that
attribute directly when checking required_interactive_framework, so
remove redundant getattrs.
- Clarify the error message when manager_class is None *and* there's no
global show(). (Previously an AttributeError would be raised.)
0 commit comments