Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mwaskom/seaborn
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Sep 19, 2022
2 parents 1d4bec6 + 867ae56 commit fb6d932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seaborn/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -2095,10 +2095,10 @@ def plot(self, ax, box_kws, flier_kws, line_kws):
stat_api_params=dedent("""\
estimator : string or callable that maps vector -> scalar, optional
Statistical function to estimate within each categorical bin.
errorbar : string, (string, number) tuple, or callable
errorbar : string, (string, number) tuple, callable or None
Name of errorbar method (either "ci", "pi", "se", or "sd"), or a tuple
with a method name and a level parameter, or a function that maps from a
vector to a (min, max) interval.
vector to a (min, max) interval, or None to hide errorbar.
n_boot : int, optional
Number of bootstrap samples used to compute confidence intervals.
units : name of variable in ``data`` or vector data, optional
Expand Down

0 comments on commit fb6d932

Please sign in to comment.