Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
line_chartシンプルなinの x 軸と y 軸のラベルを追加したいと思いstreamlitます。
line_chart
streamlit
描画コマンドは
st.line_chart(df[["capacity 1", "capacity 2"]])
line_chartこれは、2 つの線 (容量 1 と容量 2) でa をプロットします。
x 軸と y 軸のラベルを追加する簡単なコマンドはありますか (おそらくグラフのタイトルも)?