Skip to content

Commit

Permalink
Fixed inconsistent plurals ('sticks'->'stick').
Browse files Browse the repository at this point in the history
  • Loading branch information
Åsmund Hjulstad authored and unknown committed Jan 28, 2015
1 parent eaf97c7 commit d2803f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def violinplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None,
inner : {{"box", "quartile", "point", "stick", None}}, optional
Representation of the datapoints in the violin interior. If ``box``,
draw a miniature boxplot. If ``quartiles``, draw the quartiles of the
distribution. If ``points`` or ``sticks``, show each underlying
distribution. If ``point`` or ``stick``, show each underlying
datapoint. Using ``None`` will draw unadorned violins.
split : bool, optional
When using hue nesting with a variable that takes two levels, setting
Expand Down

0 comments on commit d2803f3

Please sign in to comment.