It seems to me you can modify @vestland's solution here. import plotly.express as px df = px.data.tips() fig = px.histogram(df, ...
確定! 回上一頁