File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ def show(close=None, block=None):
26
26
Parameters
27
27
----------
28
28
close : bool, optional
29
- If true, a ``plt.close('all')`` call is automatically issued after
30
- sending all the figures. If this is set, the figures will entirely
31
- removed from the internal list of figures.
29
+ If true, a ``plt.close('all')`` call is automatically issued after
30
+ sending all the figures. If this is set, the figures will entirely
31
+ removed from the internal list of figures.
32
32
block : Not used.
33
- The `block` parameter is a Matplotlib experimental parameter.
34
- We accept it in the function signature for compatibility with other
35
- backends.
33
+ The `block` parameter is a Matplotlib experimental parameter.
34
+ We accept it in the function signature for compatibility with other
35
+ backends.
36
36
"""
37
37
if close is None :
38
38
close = InlineBackend .instance ().close_figures
You can’t perform that action at this time.
0 commit comments