Re: Multi-plot error. Could anyone help me? [message #56859] |
Sun, 18 November 2007 16:56 |
wanglin1981
Messages: 10 Registered: August 2007
|
Junior Member |
|
|
On 11月19日, 上午1时43分, David Fanning <n...@dfanning.com> wrote:
> Brian Larsen writes:
>> I am running out so I don't have time to really test this but I think
>> the issue is that you need to add /noerase to map_set otherwise it
>> erases the screen (or in ps starts a new page)
>
>> MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER
>> needs to become
>> MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER, /noerase
>
>> Does this help?
>
> Well, that's sorta in the right direction, but it
> fixes the wrong problem. :-)
>
> Here is how you use !P.MULTI with map projections.
> It involves the ADVANCE keyword, not the NOERASE
> keyword.
>
> http://www.dfanning.com/tips/map_pmulti.html
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Thanks David, your method works!
And thank you Brian, too!
Lin
|
|
|
Re: Multi-plot error. Could anyone help me? [message #56863 is a reply to message #56859] |
Sun, 18 November 2007 09:43  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Brian Larsen writes:
> I am running out so I don't have time to really test this but I think
> the issue is that you need to add /noerase to map_set otherwise it
> erases the screen (or in ps starts a new page)
>
> MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER
> needs to become
> MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER, /noerase
>
> Does this help?
Well, that's sorta in the right direction, but it
fixes the wrong problem. :-)
Here is how you use !P.MULTI with map projections.
It involves the ADVANCE keyword, not the NOERASE
keyword.
http://www.dfanning.com/tips/map_pmulti.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: Multi-plot error. Could anyone help me? [message #56866 is a reply to message #56863] |
Sun, 18 November 2007 08:20  |
Brian Larsen
Messages: 270 Registered: June 2006
|
Senior Member |
|
|
I am running out so I don't have time to really test this but I think
the issue is that you need to add /noerase to map_set otherwise it
erases the screen (or in ps starts a new page)
MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER
needs to become
MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER, /noerase
Does this help?
Cheers,
Brian
------------------------------------------------------------ --------------
Brian Larsen
Boston University
Center for Space Physics
|
|
|