gpt4 book ai didi

python - Plotly 中的 nbins 是什么

转载 作者:行者123 更新时间:2023-12-05 04:48:33 28 4
gpt4 key购买 nike

我在文档中找不到这个。 plotly Graphing Libraries有下面的例子,但似乎没有解释它的论点。

import plotly.express as px
df = px.data.tips()
fig = px.histogram(df, x="total_bill", nbins=20)
fig.show()

产生了下面的 plotly : enter image description here

从图中看,它不像是 bin 的数量。它既不反射(reflect) bin 值间隔,也不反射(reflect)每个 bin 中的计数。 nbins=20 是什么意思?

最佳答案

这是您可以设置的最大垃圾箱数量,而不是固定数量。来自文档的其他地方:

"This value will be used in an algorithm that will decide the optimal bin size such that the histogram best visualizes the distribution of the data"

关于python - Plotly 中的 nbins 是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68013490/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com