折线图 和散点图. import plotly.graph_objs as go import plotly import numpy as np # 画线 trace1 = go.Scatter( x=np.arange(15), y=[np.sin(i) if ...
確定! 回上一頁