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( ...
確定! 回上一頁