For example, to display a simple line: import plotly.offline as py import plotly.graph_objs as go scatter = go.Scatter(x =[1,2,3], y = [10, 15, ...
確定! 回上一頁