import plotly.plotly as py import plotly.graph_objs as go trace1 = go.Scatter(x=[1,2,3], y=[4,5,6], ... enter image description here.
確定! 回上一頁