@@ -1838,7 +1838,7 @@ def violinplot(
18381838 the data within each group.
18391839
18401840 .. versionadded:: v0.13.0
1841- bw_adjust: float
1841+ bw_adjust : float
18421842 Factor that scales the bandwidth to use more or less smoothing.
18431843
18441844 .. versionadded:: v0.13.0
@@ -2028,17 +2028,17 @@ def boxenplot(
20282028 {native_scale}
20292029 {formatter}
20302030 {legend}
2031- box_kws: dict
2031+ box_kws : dict
20322032 Keyword arguments for the box artists; passed to
20332033 :class:`matplotlib.patches.Rectangle`.
20342034
20352035 .. versionadded:: v0.12.0
2036- line_kws: dict
2036+ line_kws : dict
20372037 Keyword arguments for the line denoting the median; passed to
20382038 :meth:`matplotlib.axes.Axes.plot`.
20392039
20402040 .. versionadded:: v0.12.0
2041- flier_kws: dict
2041+ flier_kws : dict
20422042 Keyword arguments for the scatter denoting the outlier observations;
20432043 passed to :meth:`matplotlib.axes.Axes.scatter`.
20442044
@@ -2295,10 +2295,13 @@ def swarmplot(
22952295 brightness is determined by the color palette used for the body
22962296 of the points.
22972297 {linewidth}
2298+ {hue_norm}
22982299 {log_scale}
22992300 {native_scale}
23002301 {formatter}
23012302 {legend}
2303+ warn_thresh : float
2304+ The proportion of points that must overlap to trigger a warning.
23022305 {ax_in}
23032306 kwargs : key, value mappings
23042307 Other keyword arguments are passed through to
@@ -2556,6 +2559,7 @@ def pointplot(
25562559 {stat_api_params}
25572560 {color}
25582561 {palette}
2562+ {hue_norm}
25592563 markers : string or list of strings
25602564 Markers to use for each of the `hue` levels.
25612565 linestyles : string or list of strings
@@ -2711,6 +2715,7 @@ def countplot(
27112715 {color}
27122716 {palette}
27132717 {saturation}
2718+ {fill}
27142719 {hue_norm}
27152720 stat : {{'count', 'percent', 'proportion', 'probability'}}
27162721 Statistic to compute; when not `'count'`, bar heights will be normalized so that
@@ -2719,6 +2724,7 @@ def countplot(
27192724 .. versionadded:: v0.13.0
27202725 {width}
27212726 {dodge}
2727+ {gap}
27222728 {log_scale}
27232729 {native_scale}
27242730 {formatter}
@@ -3185,6 +3191,7 @@ def catplot(
31853191 {col_wrap}
31863192 {height}
31873193 {aspect}
3194+ {log_scale}
31883195 {native_scale}
31893196 {formatter}
31903197 {orient}
0 commit comments