import plotly.express as px #type 1 : Stacked graph (default) fig = px.histogram(data, x="math score", y="math score", color="gender") fig.show() #type 2 ...
確定! 回上一頁