import plotly.offline as py import plotly.graph_objs as go x = [1, 2, 3, 4] y = [4, 3, 2, 1] # For in script chart rendering py.plot({ "data": [go.
確定! 回上一頁