File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Original file line number Diff line number Diff line change @@ -1074,11 +1074,16 @@ def use(backend, *, force=True):
1074
1074
1075
1075
or a string of the form: ``module://my.module.name``.
1076
1076
1077
+ Switching to an interactive backend is not possible if an unrelated
1078
+ event loop has already been started (e.g., switching to GTK3Agg if a
1079
+ TkAgg window has already been opened). Switching to a non-interactive
1080
+ backend is always possible.
1081
+
1077
1082
force : bool, default: True
1078
1083
If True (the default), raise an `ImportError` if the backend cannot be
1079
1084
set up (either because it fails to import, or because an incompatible
1080
- GUI interactive framework is already running); if False, ignore the
1081
- failure.
1085
+ GUI interactive framework is already running); if False, silently
1086
+ ignore the failure.
1082
1087
1083
1088
See Also
1084
1089
--------
You can’t perform that action at this time.
0 commit comments