Skip to content

Commit

Permalink
DOC: Fix docstring for DataFrame.plot (#17922)
Browse files Browse the repository at this point in the history
The layout parameter appears twice in the parameter list.
  • Loading branch information
tobycheese authored and jorisvandenbossche committed Oct 19, 2017
1 parent 29a9f63 commit 51c5f4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/plotting/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1847,8 +1847,6 @@ def _plot(data, x=None, y=None, subplots=False,
position : float
Specify relative alignments for bar plot layout.
From 0 (left/bottom-end) to 1 (right/top-end). Default is 0.5 (center)
layout : tuple (optional)
(rows, columns) for the layout of the plot
table : boolean, Series or DataFrame, default False
If True, draw a table using the data in the DataFrame and the data will
be transposed to meet matplotlib's default layout.
Expand Down

0 comments on commit 51c5f4d

Please sign in to comment.