如何修复“ AttributeError:模块'chart_studio.tools'没有属性'make_subplots'”

时间:2019-04-27 08:44:45

标签: python-3.x plotly

我使用的是python 3.7、3.8.1和袖扣0.15,并出现以下错误,请帮忙。

Ipython代码-

calls.set_index('STRIKE_PRC')[['CF_CLOSE', 'IMP_VOLT']].iplot(subplots=True,
                                                             mode='lines+markers',size=6)

错误代码-

  

AttributeError回溯(最近一次通话最近)      

C:\ Users \ George   Lo \ AppData \ Roaming \ Python \ Python37 \ site-packages \ cufflinks \ tools.py在   get_subplots(行,列,shared_xaxes,shared_yaxes,start_cell,   主题,base_layout,** kwargs)       892       893布局= base_layout如果base_layout否则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:模块'chart_studio.tools'没有属性   'make_subplots'

1 个答案:

答案 0 :(得分:1)

这是在plotly 3.8.X之间集成的错误,已在cufflinks github issue tracker上报告。修复程序已合并,但我不认为它已发布。

编辑09/05/19:更新了我的conda环境,但该错误仍然存​​在。