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 12cf1e3 commit 4c07af8Copy full SHA for 4c07af8
1 file changed
lib/matplotlib/_pylab_helpers.py
@@ -102,6 +102,7 @@ def show_all(cls, block=None):
102
if ipython_pylab:
103
return
104
105
+ # If not interactive we need to block
106
if not is_interactive() or manager.backend_name == 'webagg':
107
manager._mainloop()
108
0 commit comments