【发布时间】:2020-09-29 13:05:00
【问题描述】:
如何将我的 PLOTLY 结果离线导出为 Image(png、jpeg、jpg)或 pdf 而不是 html 格式?
filename="test.html"
plotly.offline.plot(fig, filename=filename,show_link=False,auto_open=False)
如果没有直接的解决方案,我以后如何将此html plotly结果转换为ppt/pdf/image?
【问题讨论】:
-
看看情节逆戟鲸。这是 plotly 背后的绘图引擎,可以导出为 PNG。