8000 Convert Other Parameters to numpy doc style · matplotlib/matplotlib@adcd05b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adcd05b

Browse files
jenshnielsenQuLogic
authored andcommitted
Convert Other Parameters to numpy doc style
1 parent 05fec77 commit adcd05b

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,22 +3237,26 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
32373237
32383238
Other Parameters
32393239
----------------
3240-
The following boolean options toggle the drawing of individual
3241-
components of the boxplots:
3242-
- showcaps: the caps on the ends of whiskers
3243-
(default is True)
3244-
- showbox: the central box (default is True)
3245-
- showfliers: the outliers beyond the caps (default is True)
3246-
- showmeans: the arithmetic means (default is False)
3247-
3248-
The remaining options can accept dictionaries that specify the
3249-
style of the individual artists:
3250-
- capprops
3251-
- boxprops
3252-
- whiskerprops
3253-
- flierprops
3254-
- medianprops
3255-
- meanprops
3240+
showcaps : bool, optional (True)
3241+
Show the caps on the ends of whiskers.
3242+
showbox : bool, optional (True)
3243+
Show the central box.
3244+
showfliers : bool, optional (True)
3245+
Show the outliers beyond the caps.
3246+
showmeans : bool, optional (False)
3247+
Show the arithmetic means.
3248+
capprops : dict, optional (None)
3249+
Specifies the style of the caps.
3250+
boxprops : dict, optional (None)
3251+
Specifies the style of the box.
3252+
whiskerprops : dict, optional (None)
3253+
Specifies the style of the whiskers.
3254+
flierprops : dict, optional (None)
3255+
Specifies the style of the fliers.
3256+
medianprops : dict, optional (None)
3257+
Specifies the style of the median.
3258+
meanprops : dict, optional (None)
3259+
Specifies the style of the mean.
32563260
32573261
Returns
32583262
-------

0 commit comments

Comments
 (0)
0