Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 141a789

Browse files
committed
changed default value in docstring
1 parent 4570e59 commit 141a789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4037,7 +4037,7 @@ def create_distplot(hist_data, group_labels,
40374037
Default = 1.
40384038
:param (str) curve_type: 'kde' or 'normal'. Default = 'kde'
40394039
:param (str) histnorm: 'probability density' or 'probability'
4040-
Default = 'probability'
4040+
Default = 'probability density'
40414041
:param (bool) show_hist: Add histogram to distplot? Default = True
40424042
:param (bool) show_curve: Add curve to distplot? Default = True
40434043
:param (bool) show_rug: Add rug to distplot? Default = True

0 commit comments

Comments
 (0)