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

Home » Public Forums » archive » Re: Span a graph across 2 spaces in a !P.MULTI environment?
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: Span a graph across 2 spaces in a !P.MULTI environment? [message #65763 is a reply to message #65753] Thu, 19 March 2009 21:10 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
stefan5465@hotmail.com writes:

> I was wondering if its possible to make a graph fill two 'slots' in a !
> P.MULTI window...
>
> I have a 4x4 plotting window, and only the first 3 filled in (1st top
> left, 2nd top right, 3rd bottom left). Is it possible for me to extend
> the second graph so that it fills both of space 2 and 4 ?

Pretty much anyone who has taken one of my IDL
classes can solve this problem. Let's see if I
can get it right. :-)

!P.Multi=[0,2,2]
Plot, findgen(11)
!P.Multi[0]=2
Plot, findgen(11)
!P.Multi=[1,2,1]
Plot, findgen(11)
!P.Multi = 0

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
Previous Topic: double precision?
Next Topic: Help Finding Sources (Peaks) in an Image

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

Current Time: Fri Oct 10 02:08:59 PDT 2025

Total time taken to generate the page: 0.40010 seconds