from plotly.subplots import make_subplots fig = make_subplots(rows=1, cols=2) fig.add_scatter(y=[4, 2, 3.5], mode="markers", marker=dict(size=20, ...
確定! 回上一頁