Thanks, I was able to find the files I needed from here:

http://www.census.gov/geo/www/cob/co2000.html#shp

~ Jeremy


On Fri, Sep 24, 2010 at 6:13 PM, Benjamin Root <ben.r...@ou.edu> wrote:
> On Fri, Sep 24, 2010 at 4:27 PM, Jeremy Lounds <lou...@gmail.com> wrote:
>>
>> Hello,
>>
>> Sorry, its me again! I am not sure where else to ask this, so please
>> bear with me.
>>
>> Does anyone know of a tutorial or source on how I could get county
>> boundaries ready to be plotted on my basemap output? I have
>> "drawstates" working wonderfully, and need something like
>> "drawcounties"
>>
>> Thanks in advance!
>>
>> ~ Jeremy
>>
>
> Jeremy,
>
> If you have access to the shapefile for county boundaries, you can call
> basemap's readshapefile() function to draw the counties.  You can specify
> line properties just like you would for a call to plotting the state
> boundaries.
>
> As a matter of fact, drawstates() is, essentially, a call to
> readshapefile(), but it refers to a file that came packaged with basemap for
> convenience.
>
> I hope that helps,
> Ben Root
>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to