Dear SAS Communities,
I am using PROC GMAP to create animated CHORO maps showing how county statistics change over time.
I used PATTERNn to determine the colors and PROC FORMAT to establish the levels.
I used a FORMAT statement in PROC GMAP to connect data to region color.
Here is my problem:
When a level is absent, the map assigns the next present level the missing level's color. This gives my animation inconsistent colors.
Example:
levels: low medium high
colors: blue purple red
If the data for the animation has levels low, medium, high; then the colors will be blue, purple, red.
If the data for the animation has levels low, high; then the colors will be blue, purple (I want blue red).
Thank you,
Aaron
It may help to show your Proc Gmap code. There are several ways to specify levels in the Choro such as MIDPOINTS or Discrete and such.
Also whether you use BY group may have some bearing.
enough example data to make a couple of maps to demostrate would be helpful.
If you're using gmap, choro, with a by-statement (such as 'by year'), I would recommend using the 'uniform' option.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.