如何在python中离线将绘图图另存为image(png,jpg等)?

时间:2019-06-25 00:54:49

标签: python-2.7 plotly

我想将绘图离线图另存为python中的静态图像(jpg,png ..)。您能帮我吗? 预先感谢。

我尝试过,但没有生成“测试”文件。

    plotly.offline.plot({"data": dataPanda,
                 "layout": layout1},
                 image='jpeg', image_filename="test", auto_open=False,output_type='file')

1 个答案:

答案 0 :(得分:0)

请阅读文档:https://plot.ly/python/static-image-export/

有关如何创建静态图像导出的详细信息。