import plotly.plotly as py from plotly.graph_objs import * trace1 = Scatter( x = [1, 2, 3], y = [24, 30, 25], mode = 'lines', xaxis = 'x1', ) ...
確定! 回上一頁