Skip to content

Commit fa5d331

Browse files
gsyqaxMarcoGorelli
andauthored
Update pandas/plotting/_core.py
Co-authored-by: Marco Gorelli <[email protected]>
1 parent cda5819 commit fa5d331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/plotting/_core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ def boxplot_frame_groupby(
560560
>>> df = pd.DataFrame(data, columns=list('ABCD'), index=index)
561561
>>> grouped = df.groupby(level='lvl1')
562562
>>> boxplot_frame_groupby(grouped, rot=45, fontsize=12)
563-
The ``subplots=False`` option shows the boxplots in a single figure.
563+
564+
The ``subplots=False`` option shows the boxplots in a single figure.
564565
565566
.. plot::
566567
:context: close-figs

0 commit comments

Comments
 (0)