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