comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Freaky Map Stuff
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Freaky Map Stuff [message #9547] Mon, 21 July 1997 00:00
Charles Cavanaugh is currently offline  Charles Cavanaugh
Messages: 8
Registered: July 1997
Junior Member
When I execute the following piece of code on my SGI Indigo 2 Impact
10000, running IRIX 6.2 and IDL 5.0,
the longitudes on the map do not run from -180 to -145, but from -180 to
-150. Does anyone know why?

Thanks in advance,

Charles Cavanaugh



pro testgrid
tek_color
limit = [-90, -180, 90, -145]
position = [0.05, 0.05, 0.84, 0.86]
map_set, 0, -162.5, 0, limit = limit, color = 4, position = position,
/cylindrical, /noborder, /noerase, /horizon
map_continents, color = 5
lons = [-180, -175, -170, -165, -160, -155, -150, -145]
lats = [-90, -45, 0, 45, 90]
lonnames = strtrim (lons, 2)
latnames = strtrim (lats, 2)
map_grid, latalign = 1.0, latdel = 45, latlab = lons(1), latnames =
latnames, lats = lats, $
lonalign = 0.5, londel = 5, lonlab = lats(1), lonnames =
lonnames, lons = lons, $
color = 6, label = 2
end
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: For the best golfing experience of your life !
Next Topic: idl vs. pv-wave

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:56:10 PDT 2025

Total time taken to generate the page: 0.00450 seconds