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

Home » Public Forums » archive » Re: multiple plots of different size on same page
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: multiple plots of different size on same page [message #76980 is a reply to message #76967] Tue, 19 July 2011 19:09 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Jul 19, 10:09 pm, Alexandra Laeng <sasha.mozg...@gmail.com> wrote:
> Could you please detail this? My understanding is that by setting !
> P.Multi, one can only have plots of the same size.
> Are you saying that there is a fonctionality (shame on me, but I
> ignore its existence) allowing to play with the size of the plots ?

An easy, but limited, way it can be done is with layout:

p1=plot(dindgen(100),layout=[1,4,1])
p2=plot(2*dindgen(100),layout=[1,4,2],/current)
p3=plot(3*dindgen(100),layout=[1,2,2],/current)

A more flexible way is setting the positions directly:

p1=plot(dindgen(100),position=[0.1,0.4,0.9,0.9])
p2=plot(2*dindgen(100),position=[0.1,0.1,0.9,0.3],/current)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL object copying
Next Topic: Re: multiple plot of different sizes on a page

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

Current Time: Sat Oct 11 12:16:45 PDT 2025

Total time taken to generate the page: 1.60017 seconds