import plotly.graph_objects as go import numpy as np fig = go.Figure(data=go.Scatter( y = np.random.randn(400), mode='markers', marker=dict( size=16, ...
確定! 回上一頁