Hello everyone,
I would like to plot from a spatially enabled dataframe some point features with graduaded symbols. I tried the solution from this post, it works perfectly but I don't want to import the data to ArcGIS Online and then added as a layer to my map: https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with-spatialdataframe-in-jupyter/m-p/835644
I would like not to create additional hosted layers. Reading the article Visualizing spatial data with spatially enabled dataframes, I found at supported renderers, that you can use the Class Breaks Renderer to render each group of values with a different color or size: https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatially-enabled-dataframe/
For now I managed to use the Class Breaks Renderer to display my point features with different colors based upon a field. Does anyone have an example on how I can set up the Class Breaks Renderer to display my point features with different sizes, not colors?
Thank you so much,
Andrei Stefan