Re: Main title in PS device for multi graph plots [message #16568] |
Fri, 30 July 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
James Tappin (sjt@star.sr.bham.ac.uk) writes:
>> Is there anyway of putting a main title, or labels generally, onto a PS page
>> containing multiple plots?
>
> Using XYOUTS in normalized coordinates is probably the best you'll get (You'd
> need to set the positions of the plots manually as !P.multi doesn't leave you
> any space.
To leave space for titles and other annotation, you can
use the "outside" margin system variables !Y.OMargin
and !X.OMargin. But be careful. These measure space
in "character" units. Some experimentation is almost
always required. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Main title in PS device for multi graph plots [message #16571 is a reply to message #16568] |
Fri, 30 July 1999 00:00  |
James Tappin
Messages: 54 Registered: December 1995
|
Member |
|
|
On Fri, 30 Jul 1999, Steven Riley wrote:
> Is there anyway of putting a main title, or labels generally, onto a PS page
> containing multiple plots?
Using XYOUTS in normalized coordinates is probably the best you'll get (You'd
need to set the positions of the plots manually as !P.multi doesn't leave you
any space.
--
+------------------------+-------------------------------+-- -------+
| James Tappin | School of Physics & Astronomy | O__ |
| sjt@star.sr.bham.ac.uk | University of Birmingham | -- \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722 | |
+--------------------------------------------------------+-- -------+
|
|
|