from plotly.subplots import make_subplots fig = make_subplots(rows = 1,cols =2) fig.add_trace(go.Scatter(y = [5,2,1],mode = "lines"), ...
確定! 回上一頁