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 98ae26c commit 6263284Copy full SHA for 6263284
1 file changed
lib/matplotlib/figure.py
@@ -395,6 +395,11 @@ def show(self, warn=True):
395
python script, you should use `matplotlib.pyplot.show` instead,
396
which takes care of managing the event loop for you.
397
398
+ .. warning
399
+
400
+ If the GUI event loop is not running the figure will be shown,
401
+ but will not be responsive and may not draw.
402
403
Parameters
404
----------
405
warn : bool, default: True
0 commit comments