import plotly.express as px df = pd.DataFrame({"Year":range(2015,2019), "Value":np.random.randint(10**6, 6*10**6, 4)}) fig = px.line(df, ...
確定! 回上一頁