Re: Newbie question about map_set/map_continents [message #47574] |
Wed, 15 February 2006 14:35 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Alex writes:
> Once Again, thank you David.
If you have questions about a routine, you can type,
for example, something like this:
IDL> ? Map_Set
The on-line help stays up on my machine constantly.
In fact, it's why I paid all that money for a second
monitor. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
|
Re: Newbie question about map_set/map_continents [message #47577 is a reply to message #47576] |
Wed, 15 February 2006 14:20  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
alex922@gmail.com writes:
> Does anyone know of any options in map_set or map_continents so that
> there are no borders on the window? For example, when I do
> map_continents, it always leaves a border around the whole window. Is
> there a way for the drawing of the continents to take up the whole
> window.
To take up the whole window, set POSITION=[0,0,1,1] on the MAP_SET
command.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: Newbie question about map_set/map_continents [message #47578 is a reply to message #47577] |
Wed, 15 February 2006 14:19  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
alex922@gmail.com writes:
> Does anyone know of any options in map_set or map_continents so that
> there are no borders on the window? For example, when I do
> map_continents, it always leaves a border around the whole window. Is
> there a way for the drawing of the continents to take up the whole
> window.
I'd try the NOBORDER keyword in Map_Set. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|