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
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
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