import plotly.graph_objects as go Bar_Plot = go.Figure( data=[go.Bar(y=[2, 1, 3])], layout_title_text="Bar Plot using Plotly" ) Bar_Plot.show().
確定! 回上一頁