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

Home » Public Forums » archive » Title , multiple Plot in IDL
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: Title , multiple Plot in IDL [message #7904 is a reply to message #7902] Mon, 27 January 1997 00:00 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Ralph Steigrad <steigrad@geo.umnw.ethz.ch> writes:

> I use the multiple plot in IDL (!P.MULTI ..).
> So I get 2x3 plots. I want to make a title above those plots.
> but how ? XYOUTS didn't succeed.

Humm, probably not enough room for the title. The outside
margins of a multiple-plot page are controlled by the
![XYZ].OMARGIN system variables. These system variables
use that ol' favorite, *character* units, as the unit of
measure.

Try something like this:

!Y.OMARGIN=[2, 10]
!P.MULTI = [0, 2, 3]
FOR j = 0, 5 DO PLOT, FINDGEN(11)
XYOUTS, 0.5, 0.93, ALIGN=0.5, CHARSIZE=2.0, /NORMAL, $
'This is the plot title'

This works for me.

David

-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
2642 Bradbury Court, Fort Collins, CO 80521
Phone: 970-221-0438 Fax: 970-221-4762
E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
-----------------------------------------------------------
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: where help
Next Topic: size of a structure

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

Current Time: Sat Oct 11 16:26:01 PDT 2025

Total time taken to generate the page: 3.35914 seconds