plotly distplot kde peaks identification

问题描述 投票:0回答:0

我有一个用于双峰/多峰数据的 plotly kde。而且,我想在模式下画一条垂直线或标记。

我不确定如何识别模式并在 kde 中突出显示它们

hist_data = [np.random.uniform(low = -0.1, high = 0.1, size = (1782,)) ]
group_labels = ['distplot example']
ff.create_distplot(hist_data, group_labels, show_hist=False, show_rug=False)
plotly
© www.soinside.com 2019 - 2024. All rights reserved.