Re: [Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-10-10 Thread Jeff Whitaker
On 10/9/11 6:38 AM, Filipe Pires Alvarenga Fernandes wrote: > On Thu, Oct 6, 2011 at 14:50, Jeff Whitaker wrote: >> On 9/29/11 9:44 AM, Filipe Pires Alvarenga Fernandes wrote: >>> Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with >>> the pure python shapelib.py. However, that di

Re: [Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-10-09 Thread Filipe Pires Alvarenga Fernandes
On Thu, Oct 6, 2011 at 14:50, Jeff Whitaker wrote: > On 9/29/11 9:44 AM, Filipe Pires Alvarenga Fernandes wrote: >> >> Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with >> the pure python shapelib.py. However, that did break some of my >> scripts when I use custom shapefiles. >>

Re: [Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-10-06 Thread Jeff Whitaker
On 9/29/11 9:44 AM, Filipe Pires Alvarenga Fernandes wrote: > Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with > the pure python shapelib.py. However, that did break some of my > scripts when I use custom shapefiles. > > Here is a picture from Basemap 1.0.1, > > http://imageshac

[Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-09-29 Thread Filipe Pires Alvarenga Fernandes
Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with the pure python shapelib.py. However, that did break some of my scripts when I use custom shapefiles. Here is a picture from Basemap 1.0.1, http://imageshack.us/photo/my-images/69/basemap101.png/ and here the same script under