From 2007915d81144ec103a5f3c906b7cf9a2c9bbdfe Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Mon, 30 Dec 2024 18:02:50 +0900 Subject: [PATCH] remove unnecessary cell from visualization doc --- doc/source/user_guide/visualization.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 66eeb74b363a3..4b5cdca23103c 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -1210,11 +1210,6 @@ You may set the ``xlabel`` and ``ylabel`` arguments to give the plot custom labe for x and y axis. By default, pandas will pick up index name as xlabel, while leaving it empty for ylabel. -.. ipython:: python - :suppress: - - plt.figure(); - .. ipython:: python df.plot();