from plotly import tools x = np.arange(0,50,0.01) y_stationary = np.sin(x) ... height=300 ) plotly.offline.iplot(fig) # html_fig = plotly.io.to_html(fig, ...
確定! 回上一頁