Skip to content

Commit 5265cbb

Browse files
tobycheeseNo-Stream
authored andcommitted
DOC: Fix docstring for DataFrame.plot (pandas-dev#17922)
The layout parameter appears twice in the parameter list.
1 parent f5c4379 commit 5265cbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/plotting/_core.py

-2
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,6 @@ def _plot(data, x=None, y=None, subplots=False,
18471847
position : float
18481848
Specify relative alignments for bar plot layout.
18491849
From 0 (left/bottom-end) to 1 (right/top-end). Default is 0.5 (center)
1850-
layout : tuple (optional)
1851-
(rows, columns) for the layout of the plot
18521850
table : boolean, Series or DataFrame, default False
18531851
If True, draw a table using the data in the DataFrame and the data will
18541852
be transposed to meet matplotlib's default layout.

0 commit comments

Comments
 (0)