##// END OF EJS Templates
Fixing docstring.
Brian E. Granger -
Show More
@@ -746,7 +746,7 b' def set_matplotlib_formats(*formats, **kwargs):'
746
746
747 @skip_doctest
747 @skip_doctest
748 def set_matplotlib_close(close):
748 def set_matplotlib_close(close):
749 """Should the inline backend close all figures automatically.
749 """Set whether the inline backend closes all figures automatically or not.
750
750
751 By default, the inline backend used in the IPython Notebook will close all
751 By default, the inline backend used in the IPython Notebook will close all
752 matplotlib figures automatically after each cell is run. This means that
752 matplotlib figures automatically after each cell is run. This means that
General Comments 0
You need to be logged in to leave comments. Login now