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
1) Don't do `use("ps")` (in practice one never needs to set that backend
manually as we autoswitch to "ps" when saving a postscript); instead
have `use("qt5agg")` as example.
2) The requirement to call `use()` before importing pyplot is obsolete.
Actually even "use() needs to be called before creating any figure"
is a bit too restrictive because switching to noninteractive backends
is always possible... but no need to go into this in the intro
tutorial.
3) Reword description of "default" backend selection.
0 commit comments