plotly.io.write_image doesn't save the image

前端 未结 0 1988
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 00:04
fig = go.Figure(data=[go.Pie(labels=count.index.tolist(),
                            values=count.values)])

fig.write_image(fig, \'fig1.png\')
st.plotly_chart(fig)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题