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

Home » Public Forums » archive » Re: title on individual pages (was:IDL Shareware)
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: title on individual pages (was:IDL Shareware) [message #18542] Fri, 14 January 2000 00:00
Martin Schultz is currently offline  Martin Schultz
Messages: 515
Registered: August 1997
Senior Member
eddie haskell wrote:
>
>
> (with the exception of
> putting titles on individual pages but I think that that is something
> IDL cannot do),

Assuming you are using !p.multi, what I usually do is something like

nplots = !p.multi*!p.multi
for i=...

; create plot

if (!p.multi[0] mod nplots) eq (nplots-1) then $
xyouts,0.5,0.99,title,/norm,align=0.5

endfor

(offhand, I'm not 100% sure whether to use (nplots-1) or 0 here, but at
least that
should give you an idea)

Regards,
Martin

--
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
[[ Dr. Martin Schultz Max-Planck-Institut fuer Meteorologie [[
[[ Bundesstr. 55, 20146 Hamburg [[
[[ phone: +49 40 41173-308 [[
[[ fax: +49 40 41173-298 [[
[[ martin.schultz@dkrz.de [[
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: TexToIDL broken in 5.3 due to mystery function
Next Topic: Re: IDL performance numbers....

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

Current Time: Fri Oct 10 13:26:37 PDT 2025

Total time taken to generate the page: 1.03850 seconds