Re: title on individual pages (was:IDL Shareware) [message #18542] |
Fri, 14 January 2000 00:00 |
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 [[
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
|
|
|