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

Skip to content

Commit 342fa54

Browse files
committed
edited docstring
1 parent e4e53ef commit 342fa54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,6 +4036,8 @@ def create_distplot(hist_data, group_labels,
40364036
:param (list[float]|float) bin_size: Size of histogram bins.
40374037
Default = 1.
40384038
:param (str) curve_type: 'kde' or 'normal'. Default = 'kde'
4039+
:param (str) histnorm: 'probability density' or 'probability'
4040+
Default = 'probability'
40394041
:param (bool) show_hist: Add histogram to distplot? Default = True
40404042
:param (bool) show_curve: Add curve to distplot? Default = True
40414043
:param (bool) show_rug: Add rug to distplot? Default = True

0 commit comments

Comments
 (0)