Skip to content

Commit 59bff70

Browse files
committed
DOC: Added plt.show() at the end of each necessary block (pandas-dev#45772)
Reworded and moved title to the top of the page
1 parent 7f04720 commit 59bff70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/getting_started/intro_tutorials/04_plotting.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ I want to further customize, extend or save the resulting plot.
198198

199199
.. ipython:: python
200200
:suppress:
201-
201+
202202
import os
203+
203204
os.remove("no2_concentrations.png")
204205
205206
.. raw:: html

0 commit comments

Comments
 (0)