@@ -124,9 +124,10 @@ def set_title(self, label, fontdict=None, loc="center", **kwargs):
124
124
125
125
Other parameters
126
126
----------------
127
- Other keyword arguments are text properties, see
128
- :class:`~matplotlib.text.Text` for a list of valid text
129
- properties.
127
+ kwargs : text properties
128
+ Other keyword arguments are text properties, see
129
+ :class:`~matplotlib.text.Text` for a list of valid text
130
+ properties.
130
131
"""
131
132
try :
132
133
title = {'left' : self ._left_title ,
@@ -3021,10 +3022,11 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
3021
3022
Returns
3022
3023
-------
3023
3024
3024
- A dictionary mapping each component of the boxplot
3025
- to a list of the :class:`matplotlib.lines.Line2D`
3026
- instances created. That dictionary has the following keys
3027
- (assuming vertical boxplots):
3025
+ result : dict
3026
+ A dictionary mapping each component of the boxplot
3027
+ to a list of the :class:`matplotlib.lines.Line2D`
3028
+ instances created. That dictionary has the following keys
3029
+ (assuming vertical boxplots):
3028
3030
3029
3031
- boxes: the main body of the boxplot showing the quartiles
3030
3032
and the median's confidence intervals if enabled.
@@ -5032,6 +5034,7 @@ def pcolormesh(self, *args, **kwargs):
5032
5034
5033
5035
*edgecolors*: [*None* | ``'None'`` | ``'face'`` | color |
5034
5036
color sequence]
5037
+
5035
5038
If *None*, the rc setting is used by default.
5036
5039
5037
5040
If ``'None'``, edges will not be visible.
0 commit comments