I'm working with a dataset that has values for both 5-digit and 3-digit zip codes in the US. I've been successful in plotting them using the command:
However, I'd like to display state names on the corresponding states in the map as well. Does anyone know how to achieve this?
Code:
maptile value , geography(zip3)
Comment