Skip to content

Commit ecbe77d

Browse files
dajale423gmcrocetti
authored andcommitted
DOC: Remove Blank cell in doc/source/user_guide/visualization.rst (pandas-dev#60623)
remove unnecessary cell from visualization doc
1 parent 8f4ed4c commit ecbe77d

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)