from plotly.subplots import make_subplots fig2 = make_subplots(specs=[[{"secondary_y": True}]]) fig2.add_trace(go.Scatter(x=hist.index,y=hist[' ...
確定! 回上一頁