Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c07af8

Browse files
committed
doc
1 parent 12cf1e3 commit 4c07af8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/_pylab_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def show_all(cls, block=None):
102102
if ipython_pylab:
103103
return
104104

105+
# If not interactive we need to block
105106
if not is_interactive() or manager.backend_name == 'webagg':
106107
manager._mainloop()
107108

0 commit comments

Comments
 (0)