gpt4 book ai didi

python - plotly 属性错误: 'Figure' object has no attribute 'show'

转载 作者:太空宇宙 更新时间:2023-11-03 20:26:18 25 4
gpt4 key购买 nike

我正在尝试使用 Plotly 绘制过去一年苹果股票返回率的 Displot。

import plotly.figure_factory as ff

hist_data = [df['Return'][1:]]
group_labels = ['Apple Return distplot']

fig = ff.create_distplot(hist_data, group_labels, bin_size=.1)
fig.show()

我收到以下错误消息:

AttributeError: 'Figure' object has no attribute 'show'

如何解决上述问题?

最佳答案

如果您看到此错误,则说明您使用的 plotly 版本低于 4.x,并且需要升级。我建议升级到最新版本,即4.1.1

关于python - plotly 属性错误: 'Figure' object has no attribute 'show' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57792696/

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