Hello everyone,
i want to create a map series of 100 "main regions" which are divided into several "subregions" ( up to 15 per "main region").
In the maps of the series these subregions should be displayed in different colors. But with about 450 subregions in total and using unique values in symbology it happens really often that the colors of neighbors are too similar and get hard to distinguish.
Does anyone have an idea so i don't need to fit the colors manually?
My approach was using Python to iterate through the main regions and then iterate the subregions and give every feature a color of a predefined color list (max. 15 needed). But my Python skills are too poor yet and i don't know how to code the colors in ArcGIS Pro.
Thank you and have a nice Day!