Plotly histograms will automatically bin date data in addition to numerical data: import plotly.express as px df = px.data.stocks() fig = px.histogram(df, ...
確定! 回上一頁