Skip to content

Commit

Permalink
Merge pull request #9293 from yyl/quickdocfix
Browse files Browse the repository at this point in the history
Update plotting.py (issue #2916)
  • Loading branch information
shoyer committed Jan 19, 2015
2 parents b2ce495 + 486f149 commit f0922e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tools/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2906,6 +2906,7 @@ def boxplot_frame_groupby(grouped, subplots=True, column=None, fontsize=None,
fontsize : int or string
rot : label rotation angle
grid : Setting this to True will show the grid
ax : Matplotlib axis object, default None
figsize : A tuple (width, height) in inches
layout : tuple (optional)
(rows, columns) for the layout of the plot
Expand Down

0 comments on commit f0922e0

Please sign in to comment.