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

Home » Public Forums » archive » Multi-page graphics in IDL 8
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: Multi-page graphics in IDL 8 [message #72926 is a reply to message #72384] Mon, 18 October 2010 08:54 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 <MPG.272579e1c02a14859897c0@news.giganews.com>,
David Fanning <news@dfanning.com> wrote:

> Teddy Allen writes:
>
>> I am having trouble creating MULTI-PLOT images in the same window with
>> IDL8.0 . From above, you mention that you can produce multiple plots
>> on one image with the new 8.0 . Personally, I am struggling to
>> accomplish this. IDL help menu shows how to do !p.multi using older
>> releases of IDL, NOT with the newest 8.0 version. It makes no sense to
>> me to start using a new release, but have to depend on previous
>> releases to make progress, especially when the things I am trying to
>> do have been updated in 8.0. For example, you probably noticed the new
>> method in 8.0 to produce plots p = PLOT(xxxxxxxxxx) and then we can
>> save the plot by typing P.SAVE ......this to me is VERY easy. But, to
>> use !p.multi it seems like I need to issue plot commands from earlier
>> IDL releases. Bummer!
>
> 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)
>
>> How did you find out to create multi plots on one window in 8.0?
>
> I looked up one of the multiple plot examples
> in the on-line help. Then, I mucked around
> until I figured it out. :-)
>
> Cheers,
>
> David

Thanks, David. :-)

Ken
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: New Graphics Tolerant of Clumsy Fingers!
Next Topic: columns not shown in table widget on Solaris

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

Current Time: Fri Oct 10 16:28:38 PDT 2025

Total time taken to generate the page: 6.88288 seconds