Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-04-02 Thread KURT PETERS
ollows From: Jeff Whitaker <[EMAIL PROTECTED]> To: KURT PETERS <[EMAIL PROTECTED]> CC: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Basemaps - shapefile import/display for points Date: Tue, 01 Apr 2008 15:54:48 -0600 KURT PETERS wrote: >Jeff, > Do

Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-04-01 Thread Jeff Whitaker
KURT PETERS wrote: > Jeff, > Do you think it's possible the names or CITIESX020 variable are not > being brought in in the right order? > I modified my code to use scatter, and, although it looks like the > dots are in the right place, the names aren't matching? > see code: > = > import

Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-04-01 Thread KURT PETERS
Jeff, Do you think it's possible the names or CITIESX020 variable are not being brought in in the right order? I modified my code to use scatter, and, although it looks like the dots are in the right place, the names aren't matching? see code: = import pylab as p import numpy from mat

Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-03-31 Thread Jeff Whitaker
o get the time. It would be a great if someone would step up and contribute one. -Jeff > > Kurt > Original Message Follows > From: Jeff Whitaker <[EMAIL PROTECTED]> > To: KURT PETERS <[EMAIL PROTECTED]> > CC: matplotlib-users@lists.sourceforge.net > Subject:

Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-03-31 Thread Jeff Whitaker
KURT PETERS wrote: > OK Jeff, Thanks for your help on the previous question - I had been playing > with different projections and resolutions, so that's why the comments > didn't match the actual settings in the procedure calls. Now for a "real" > problem: > > I'm trying to plot the cities from

Re: [Matplotlib-users] Basemaps - shapefile import/display for points

2008-03-27 Thread KURT PETERS
And, before someone asks, "Why are you using "h" and this line: h= [seg[0]*0.000278,seg[1]*0.000278] ax.annotate(seqnum[nshape],h)", I was using this, instead, but tried to experiment with things to try to make things work right: ax.annotate(seqnum[nshape],seg) . I usually