8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3130568 commit 83f5d01Copy full SHA for 83f5d01
mpl_gui/__init__.py
@@ -22,8 +22,12 @@
22
23
from ._figure import Figure # noqa: F401
24
25
-from ._manage_interactive import ion, ioff, is_interactive # noqa: F401
26
-from ._manage_backend import select_gui_toolkit # noqa: F401
+from ._manage_interactive import ( # noqa: F401
+ ion as ion,
27
+ ioff as ioff,
28
+ is_interactive as is_interactive,
29
+)
30
+from ._manage_backend import select_gui_toolkit as select_gui_toolkit # noqa: F401
31
from ._manage_backend import current_backend_module as _cbm
32
from ._promotion import promote_figure as _promote_figure
33
from ._creation import (
0 commit comments