Any code example of how to create a chart in Streamlit using the new Seaborn objects that introduced in Seaborn version 0.12? Thank you.
You can use a specific Figure
object with seaborn.objects
https://seaborn.pydata.org/tutorial/objects_interface.html#integrating-with-matplotlib
Then call st.pyplot
on that Figure
.
Great!
Thank you @Goyo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.