使用plotly.offline.plot()方法,会在本地建立一个HTML。 from plotly.graph_objs import * import plotly.offline trace0 = Scatter( x=[1,2,3,4,], ...
確定! 回上一頁