Thanks to visit codestin.com Credit goes to github.com
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 d66a760 commit d762969Copy full SHA for d762969
lib/matplotlib/backend_bases.py
@@ -1669,11 +1669,11 @@ def _fix_ipython_backend2gui(cls):
1669
if _is_non_interactive_terminal_ipython(ip):
1670
pass
1671
else:
1672
- was_interacive = mpl.is_interactive()
+ was_interactive = mpl.is_interactive()
1673
try:
1674
ip.enable_matplotlib()
1675
finally:
1676
- mpl.interactive(was_interacive)
+ mpl.interactive(was_interactive)
1677
1678
1679
mpl.rcParamsOrig["backend"] = orig_origbackend
0 commit comments