map_set for negative data and grid [message #52069] |
Mon, 01 January 2007 15:03  |
skymaxwell@gmail.com
Messages: 127 Registered: January 2007
|
Senior Member |
|
|
Hello all and happy new year !
i have map_set procedure trouble for negative longtitude and latitude
i was looked at tip there http://www.dfanning.com/tips/map_center.html
so there recommended use X_lon and Y_lat coords for map_set
so if i use
WINDOW,1
map_set,LIMIT=[20,0,50,30],/grid,/continents,/hires,/isotrop ic
then cells of grid are covering map by rectangles
if i use as recommended (with 2 coords)
WINDOW,0
map_set,35,15,LIMIT=[20,0,50,30],/grid,/continents,/hires,/i sotropic
then cells of grid are NOT covering map by rectangles
Thanks
|
|
|
|