wrobstory / vincent

A Python to Vega translator
MIT License
2.04k stars 227 forks source link

Python Bubble Maps with Different Coloring for U.S. Regions (Midwest, Southeast,...) #150

Open sgunpinar opened 8 years ago

sgunpinar commented 8 years ago

I am currently using 'albers usa' in geo projection and plotly package to create bubble maps in Python. The code is shown in the below link. https://plot.ly/python/bubble-maps/

Is there any way to customize the land color in the map based on five U.S. regions? The code accommodates only one land color. If any help provided to revise the existing code or to handle this issue, I will appreciate it. Thank you.