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):
2626 Parameters
2727 ----------
2828 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.
3232 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.
3636 """
3737 if close is None :
3838 close = InlineBackend .instance ().close_figures
You can’t perform that action at this time.
0 commit comments