Re: [matplotlib-devel] Contributed example

2011-07-08 Thread Chris Petrich
I agree, very instructional example. As for the width of the tick lines, line 78 line.set_linewidth(1) should probably read line.set_markeredgewidth(1) though. Chris > Date: Fri, 8 Jul 2011 16:18:52 -0600 > From: G?khan Sever > Subject: Re: [matplotlib-devel] Contributed example > To: Ni

Re: [matplotlib-devel] basemap not working with GEOS 3.1

2009-07-27 Thread Chris Petrich
On Mon, Jul 27, 2009 at 8:14 PM, Jeff Whitaker wrote: > Chris Petrich wrote: >> >> Hi, >> >> I get a Topology Exception with GEOS 3.1: >> >> import mpl_toolkits.basemap as bm >> print "GEOS version: ", bm._geoslib.__geos_version__ >> p

[matplotlib-devel] basemap not working with GEOS 3.1

2009-07-27 Thread Chris Petrich
Hi, I get a Topology Exception with GEOS 3.1: import mpl_toolkits.basemap as bm print "GEOS version: ", bm._geoslib.__geos_version__ print "basemap version: ", bm.__version__ m = bm.Basemap(width=1200,height=800, \ resolution='l',projection='laea',\ lat_0=55,lon_0