At the moment I have: fig, ax = plt.subplots() ax = df.plot.barh(stacked=True) st.pyplot(fig) The dataframe for reference if necessary looks ...
確定! 回上一頁