Skip to content

Commit f0922e0

Browse files
committed
Merge pull request #9293 from yyl/quickdocfix
Update plotting.py (issue #2916)
2 parents b2ce495 + 486f149 commit f0922e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tools/plotting.py

+1
Original file line numberDiff line numberDiff line change
@@ -2906,6 +2906,7 @@ def boxplot_frame_groupby(grouped, subplots=True, column=None, fontsize=None,
29062906
fontsize : int or string
29072907
rot : label rotation angle
29082908
grid : Setting this to True will show the grid
2909+
ax : Matplotlib axis object, default None
29092910
figsize : A tuple (width, height) in inches
29102911
layout : tuple (optional)
29112912
(rows, columns) for the layout of the plot

0 commit comments

Comments
 (0)