We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda5819 commit fa5d331Copy full SHA for fa5d331
pandas/plotting/_core.py
@@ -560,7 +560,8 @@ def boxplot_frame_groupby(
560
>>> df = pd.DataFrame(data, columns=list('ABCD'), index=index)
561
>>> grouped = df.groupby(level='lvl1')
562
>>> boxplot_frame_groupby(grouped, rot=45, fontsize=12)
563
- The ``subplots=False`` option shows the boxplots in a single figure.
+
564
+ The ``subplots=False`` option shows the boxplots in a single figure.
565
566
.. plot::
567
:context: close-figs
0 commit comments