From 4cdb735df06bbbacf78fdf4f73dfeb8bf9bab74b Mon Sep 17 00:00:00 2001 From: ehallam Date: Wed, 13 Apr 2022 08:02:44 +0000 Subject: [PATCH] DOC: Added plt.show() at the end of each necessary block (#45772) Reworded and moved title to the top of the page --- .../intro_tutorials/04_plotting.rst | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/doc/source/getting_started/intro_tutorials/04_plotting.rst b/doc/source/getting_started/intro_tutorials/04_plotting.rst index 1e0505a2f0e87..b6f1ac212f821 100644 --- a/doc/source/getting_started/intro_tutorials/04_plotting.rst +++ b/doc/source/getting_started/intro_tutorials/04_plotting.rst @@ -2,6 +2,12 @@ {{ header }} +How do I create plots in pandas? +---------------------------------- + +.. image:: ../../_static/schemas/04_plot_overview.svg + :align: center + .. ipython:: python import pandas as pd @@ -35,12 +41,6 @@ -How to create plots in pandas? ------------------------------- - -.. image:: ../../_static/schemas/04_plot_overview.svg - :align: center - .. raw:: html