Function Graphics Map Projection Woes [message #77678] |
Mon, 19 September 2011 07:30  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Folks,
Sigh...
OK, I'm on to my next topic on my list in my effort
to learn about function graphics: map projections.
Can anyone explain to me why this code only shows
the Northern hemisphere?
data = Dist(200)
imgObj = Image(data, limit=[-90,-180,90, 180], $
grid_units=2, $
map_projection='Equirectangular')
Does *anything* in function graphics work correctly!?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|