Re: problem using p.multi in IDL 5.3/IRIX [message #48100] |
Tue, 28 March 2006 13:28 |
William C. Keel
Messages: 3 Registered: March 2006
|
Junior Member |
|
|
Paolo Grigis <pgrigis@astro.phys.ethz.ch> wrote:
> Something like
> device,ysize=28,yoffset=1
> after the set_plot,'PS' command
> could solve your problem. The sizes are in cm, fit them to
> your paper size.
> Ciao,
> Paolo
(sound of hand slapping forehead) Thanks!! That did the trick. Looks
like the default ysize was just smaller than it was looking for
(I had tried setting to 24.0 at one point wtih no joy)
Now back to my next attempt at pre-empting a referee's comment...
Bill Keel
|
|
|
Re: problem using p.multi in IDL 5.3/IRIX [message #48116 is a reply to message #48100] |
Tue, 28 March 2006 07:50  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
William C. Keel writes:
> OK, I throw myself on the good offices of the group. Running IDL 5.3
> under SGI IRIX 6.15, I can't manage to get two plots up-and-down
> on a portrait PostScript page. No setting of !p.multi that I've
> tried does it. I can get two plots sharing the top half of the page,
> each very wide and short, or the ostensible lower plot landing on
> top of the upper one (overplotted, as far as I can tell) with a message:
> DEVICE: PostScript preview incompatible with multiple pages
>
> I would have thought that setting !p.multi=[2,1,2] or [0,1,2] would get me
> there, but that results in two plots squeezed vertically sharing the
> top half of the page. Feel free to point out what blindingly obvious
> thing I'm repeatedly missing - we have two teenagers at home, so
> I'm under no illusions of mental adequacy.
My guess is that you have either a POSITION keyword set
on your plot commands, or you have !P.POSITION set. That
will really cause !P.MULTI to go crazy. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: problem using p.multi in IDL 5.3/IRIX [message #48117 is a reply to message #48116] |
Tue, 28 March 2006 07:35  |
Paolo Grigis
Messages: 171 Registered: December 2003
|
Senior Member |
|
|
Something like
device,ysize=28,yoffset=1
after the set_plot,'PS' command
could solve your problem. The sizes are in cm, fit them to
your paper size.
Ciao,
Paolo
William C. Keel wrote:
> OK, I throw myself on the good offices of the group. Running IDL 5.3
> under SGI IRIX 6.15, I can't manage to get two plots up-and-down
> on a portrait PostScript page. No setting of !p.multi that I've
> tried does it. I can get two plots sharing the top half of the page,
> each very wide and short, or the ostensible lower plot landing on
> top of the upper one (overplotted, as far as I can tell) with a message:
> DEVICE: PostScript preview incompatible with multiple pages
>
> I would have thought that setting !p.multi=[2,1,2] or [0,1,2] would get me
> there, but that results in two plots squeezed vertically sharing the
> top half of the page. Feel free to point out what blindingly obvious
> thing I'm repeatedly missing - we have two teenagers at home, so
> I'm under no illusions of mental adequacy.
>
> Thanks,
>
> Bill Keel
> Astronomy, University of Alabama
|
|
|