Skip to content

Commit c6e7ace

Browse files
committed
details in doc string
1 parent e231029 commit c6e7ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/figure_factory/_violin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ def create_violin(data, data_header=None, group_header=None, colors=None,
441441
is being used.
442442
:param (bool) rugplot: determines if a rugplot is draw on violin plot.
443443
Default = True
444-
:param (bool) sort: determines if violins are sorted. Default = False
445-
alphabetically (True) or by inputted order (False).
444+
:param (bool) sort: determines if violins are sorted
445+
alphabetically (True) or by input order (False). Default = False
446446
:param (float) height: the height of the violin plot.
447447
:param (float) width: the width of the violin plot.
448448
:param (str) title: the title of the violin plot.

0 commit comments

Comments
 (0)