I've been trying to modify the tutorial from:
http://flowingdata.com/2009/11/12/how-to-make-a-us-county-thematic-map-using-free-tools/
for my students.
The goal is that they can turn in a .csv file similar with each line:
CN010010,1,1,"Autauga County, AL",0
They will then change the last number to the number of years they've lived in each county. But that's way off in the future.
With no modifications to the tutorial code, I've zeroed out the last column in excel and then went back in and gave Orange County Florida a value of 12.4. When I run the python script, it leaves every single county gray for some reason.
When I pull up the file in a text editor (TextMate, it does show values for all of the other counties as zero).
Any ideas on why no matter what I change, I still get the original gray map?
