Re: [Matplotlib-users] Basemap cyclic longitudes

2007-06-14 Thread Jeff Whitaker
On Tue, 12 Jun 2007 13:34:35 -0500, "Johnny Lin" <[EMAIL PROTECTED]> said: > Hi all, > > I'm creating a cylindrical map, global in longitude and centered around > 180 and the equator, using the following code: > > map = Basemap( projection='cyl', resolution='l' > , llcrnrlon=0, urcr

[Matplotlib-users] Basemap cyclic longitudes

2007-06-12 Thread Johnny Lin
Hi all, I'm creating a cylindrical map, global in longitude and centered around 180 and the equator, using the following code: map = Basemap( projection='cyl', resolution='l' , llcrnrlon=0, urcrnrlon=360 , llcrnrlat=-76.875, urcrnrlat=76.875 , lon_0=180, lat