We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e53ef commit 342fa54Copy full SHA for 342fa54
plotly/tools.py
@@ -4036,6 +4036,8 @@ def create_distplot(hist_data, group_labels,
4036
:param (list[float]|float) bin_size: Size of histogram bins.
4037
Default = 1.
4038
:param (str) curve_type: 'kde' or 'normal'. Default = 'kde'
4039
+ :param (str) histnorm: 'probability density' or 'probability'
4040
+ Default = 'probability'
4041
:param (bool) show_hist: Add histogram to distplot? Default = True
4042
:param (bool) show_curve: Add curve to distplot? Default = True
4043
:param (bool) show_rug: Add rug to distplot? Default = True
0 commit comments