Skip to content

Commit 8a1dfc9

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 8eb2a1d commit 8a1dfc9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

-7
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,6 @@ I want to further customize, extend or save the resulting plot.
195195
...: fig.savefig("no2_concentrations.png")
196196
...: plt.show()
197197

198-
.. ipython:: python
199-
:suppress:
200-
201-
import os
202-
203-
os.remove("no2_concentrations.png")
204-
205198
.. raw:: html
206199

207200
</li>

0 commit comments

Comments
 (0)