Skip to content

Commit 2c7c6d6

Browse files
authored
DOC: Remove Blank cell in doc/source/user_guide/visualization.rst (#60623)
remove unnecessary cell from visualization doc
1 parent d81882b commit 2c7c6d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/source/user_guide/visualization.rst

-5
Original file line numberDiff line numberDiff line change
@@ -1210,11 +1210,6 @@ You may set the ``xlabel`` and ``ylabel`` arguments to give the plot custom labe
12101210
for x and y axis. By default, pandas will pick up index name as xlabel, while leaving
12111211
it empty for ylabel.
12121212

1213-
.. ipython:: python
1214-
:suppress:
1215-
1216-
plt.figure();
1217-
12181213
.. ipython:: python
12191214
12201215
df.plot();

0 commit comments

Comments
 (0)