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

Home » Public Forums » archive » Re: One title to rule them all...
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: One title to rule them all... [message #57568 is a reply to message #57567] Thu, 13 December 2007 07:17 Go to previous messageGo to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Dec 13, 6:02 am, Lasse Clausen <la...@lbnc.de> wrote:
> Greetings,
>
> suppose I have a plot consisting of four panels on top of each other.
> Let's also suppose all are showing the same quantity, just measured by
> different instruments. Since the y axis title is rather longish - like
> 'Compressional Component [nT]' - I would like one ytitle for all 4
> panels.
>

You might look at the recent enhancements by Erin Sheldon to
multiplot.pro (http://idlastro.gsfc.nasa.gov/ftp/pro/plot/
multiplot.pro ) which creates multiple plots like !p.multi but with a
lot more control over the appearance. For example, it accepts
mTitle, mXTitle, and mYtitle keywords to specify the title , Y title
and X title for the entire matrix of plots (along with keywords like
mxTitSize=, mxTitOffset= to control the size and offset from the
axis.) For example,

erase & multiplot, [1,4], mXtitle='R', mYtitle='Compressional
Component [nT]'
for i=0,3 do begin
plot,indgen(10)
multiplot
endfor
multiplot,/reset

There are other keywords to control the size of the gaps between the
plots, or to force the individual plots to be square,
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Version Control Conundrum
Next Topic: Subclipse Question

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

Current Time: Sat Oct 11 09:45:35 PDT 2025

Total time taken to generate the page: 0.21501 seconds