Skip to content

Commit 905ae42

Browse files
committed
Implement doc fix from mwaskom#434
1 parent f753fc7 commit 905ae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ def violinplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None,
18241824
inner : {{"box", "quartile", "point", "stick", None}}, optional
18251825
Representation of the datapoints in the violin interior. If ``box``,
18261826
draw a miniature boxplot. If ``quartiles``, draw the quartiles of the
1827-
distribution. If ``points`` or ``sticks``, show each underlying
1827+
distribution. If ``point`` or ``stick``, show each underlying
18281828
datapoint. Using ``None`` will draw unadorned violins.
18291829
split : bool, optional
18301830
When using hue nesting with a variable that takes two levels, setting

0 commit comments

Comments
 (0)