- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 python 3.7、plotly 3.8.1 和 cufflinks 0.15 并收到以下错误,请帮忙。
Ipython 代码 -
calls.set_index('STRIKE_PRC')[['CF_CLOSE', 'IMP_VOLT']].iplot(subplots=True,
mode='lines+markers',size=6)
错误代码-
AttributeError Traceback (most recent call last) in
C:\Users\George Lo\AppData\Roaming\Python\Python37\site-packages\cufflinks\tools.py in get_subplots(rows, cols, shared_xaxes, shared_yaxes, start_cell, theme, base_layout, **kwargs) 892 893 layout= base_layout if base_layout else getLayout(theme,**check_kwargs(kwargs,__LAYOUT_AXIS)) --> 894 sp=py.plotly.tools.make_subplots(rows=rows,cols=cols,shared_xaxes=shared_xaxes, 895 shared_yaxes=shared_yaxes,print_grid=False, 896 start_cell=start_cell,**kwargs)
AttributeError: module 'chart_studio.tools' has no attribute 'make_subplots'
最佳答案
这是plotly 3.8.X 之间集成的一个错误,已在 cufflinks github issue tracker 上报告。 。修复已合并,但我认为它尚未发布。
编辑:09/05/19 和 21/06/19 更新了我的 conda 环境,但错误仍然存在。
关于python-3.x - 如何修复 "AttributeError: module ' Chart_studio.tools' 没有属性 'make_subplots' ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55878788/
我跑!pip install chart_studio在 jupyter 笔记本中。 然后在运行此代码时: import numpy as np import pandas as pd import
我在本地工作(在我的电脑上)只是测试和学习 PLOTLY 3.7.5。 anaconda env 处于事件状态。 代码示例由 plotly 给出 代码: import plotly.plotly as
我使用 python 3.7、plotly 3.8.1 和 cufflinks 0.15 并收到以下错误,请帮忙。 Ipython 代码 - calls.set_index('STRIKE_PRC')
我是一名优秀的程序员,十分优秀!