如何將 PLOTLY 結果離線導出為圖像(png、jpeg、jpg)或pdf而不是 html 格式?filename="test.html"
plotly.offline.plot(fig, filename=filename,show_link=False,auto_open=False)如果沒有直接的解決方案,我怎樣才能稍后將這個 html 繪圖結果轉換為 ppt/pdf/image ?
添加回答
舉報
0/150
提交
取消