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

Home » Public Forums » archive » IDL 8, log plots and titles
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL 8, log plots and titles [message #73199 is a reply to message #73119] Wed, 27 October 2010 07:00 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Kenneth P. Bowman writes:

> The equivalent of !P.MULTI is to use the LAYOUT and CURRENT keywords,
> but you do have to manage the current drawing pane manually, as David
> illustrated here
>
>> You want to use the LAYOUT keyword in conjunction with
>> the CURRENT keyword.
>> IDL> p = plot(loaddata(17), layout=[2,2,1])
>> IDL> p = plot(loaddata(17), layout=[2,2,2], /current)
>> IDL> p = plot(loaddata(17), layout=[2,2,3], /current)
>> IDL> p = plot(loaddata(17), layout=[2,2,4], /current)

Just to prove I'm not a complete Luddite, I
actually think this LAYOUT keyword method is
better than using !P.Multi. It is more
flexible for laying out non-symmetrical plots.
And the huge bonus is you don't have to learn
to count backwards!

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.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Another Way IDL 8.0 is Fragile
Next Topic: step size in constrained_min?

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

Current Time: Sat Oct 11 00:53:30 PDT 2025

Total time taken to generate the page: 1.12132 seconds