i want to create a map with graduatad symbol using streamlit but i don’t have idea how to do
Here’s a code snippet on how to implement this using Altair
https://altair-viz.github.io/gallery/groupby-map.html
Hope this helps!
You can use st.map()
to display the map in a Streamlit app and for the size of data points you can specify that via the size
parameter.
Here’s the Docs page of st.map()
:
thank u for your helping
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.