Skip to content

Commit 486f149

Browse files
committed
Update plotting.py (issue #2916)
Add ax docstring. Address issue generated by `scripts/find_undoc_args.py`.
1 parent b2ce495 commit 486f149

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)