diff --git a/pandas/tools/plotting.py b/pandas/tools/plotting.py index 9919415b06546..34db4877d77f0 100644 --- a/pandas/tools/plotting.py +++ b/pandas/tools/plotting.py @@ -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