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_0=0 )
map.drawmeridians(pylab.arange(0,361,45), labels=[0,0,0,1])
The result is a map with labels of 0, 45E, 90E, ... 45W, but without
a label at 0 (i.e. 360). Does anyone know how to make that label
come up? I'm running Python 2.4 in Mac OSX 10.4, with matplotlib
0.90.1 and basemap 0.9.5.
Thanks much!
Best,
-Johnny
--
-------------------------------------------
Johnny Lin | http://www.johnny-lin.com
North Park University | Physics Department
-------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users