File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -542,10 +542,10 @@ def boxplot(
542
542
543
543
* 'axes' returns the matplotlib axes the boxplot is drawn on.
544
544
* 'dict' returns a dictionary whose values are the matplotlib
545
- Lines of the boxplot.
545
+ lines of the boxplot.
546
546
* 'both' returns a namedtuple with the axes and dict.
547
547
* when grouping with ``by``, a Series mapping columns to
548
- ``return_type`` is returned.
548
+ ``return_type`` is returned.
549
549
550
550
If ``return_type`` is `None`, a NumPy array
551
551
of axes with the same shape as ``layout`` is returned.
@@ -728,10 +728,10 @@ def boxplot_frame(
728
728
729
729
* 'axes' returns the matplotlib axes the boxplot is drawn on.
730
730
* 'dict' returns a dictionary whose values are the matplotlib
731
- Lines of the boxplot.
731
+ lines of the boxplot.
732
732
* 'both' returns a namedtuple with the axes and dict.
733
733
* when grouping with ``by``, a Series mapping columns to
734
- ``return_type`` is returned.
734
+ ``return_type`` is returned.
735
735
736
736
If ``return_type`` is `None`, a NumPy array
737
737
of axes with the same shape as ``layout`` is returned.
You can’t perform that action at this time.
0 commit comments