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 #73200 is a reply to message #73119] Wed, 27 October 2010 06:37 Go to previous messageGo to previous message
Kenneth P. Bowman is currently offline  Kenneth P. Bowman
Messages: 585
Registered: May 2000
Senior Member
In article
<94acbdd6-bedf-4e89-a45c-37b3b534c5c0@f33g2000yqh.googlegroups.com>,
b_gom <b_gom@hotmail.com> wrote:

> A related question- I assume it isn't possible to produce multiple
> plots with the new graphics functions without manually defining the
> layout. i.e., there is no equivalent of setting !p.multi. Is this
> true?

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)


Ken Bowman
[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 14:39:06 PDT 2025

Total time taken to generate the page: 1.99918 seconds