Skip to content

Commit ffc9778

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Some more formatting options are explained in the user guide section on :ref:`pl
188188
I want to further customize, extend or save the resulting plot.
189189

190190
.. ipython::
191-
@04_airqual_customized.png
191+
@savefig 04_airqual_customized.png
192192
In [1]: fig, axs = plt.subplots(figsize=(12, 4))
193193
...: air_quality.plot.area(ax=axs)
194194
...: axs.set_ylabel("NO$_2$ concentration")

0 commit comments

Comments
 (0)