import plotly.express as px df = px.data.tips() # Here we use a column with categorical data fig = px.histogram(df, x="day") fig.show().
確定! 回上一頁