import plotly.graph_objs as go import plotly.io as plio fig = go.Figure(...) Save to HTML file and embed plotly.js plio.write_html(fig, 'somewhere.html', ...
確定! 回上一頁