... html = plotly.io.to_html(fig, full_html=False, config=config) with open('plotly_output.html', 'w') as f: f.write(html + extrajs + style).
確定! 回上一頁