Skip to content

Commit

Permalink
Merge pull request #434 from ahjulstad/docstring-fix
Browse files Browse the repository at this point in the history
Fixed inconsistent plurals ('sticks'->'stick').
  • Loading branch information
mwaskom committed Jan 28, 2015
2 parents eaf97c7 + d2803f3 commit 6c366a9
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 6c366a9

Please sign in to comment.