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

Home » Public Forums » archive » Re: Plotting one Title in a multiplot Window
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: Plotting one Title in a multiplot Window [message #10575 is a reply to message #10573] Fri, 12 December 1997 00:00 Go to previous message
Evilio del Rio is currently offline  Evilio del Rio
Messages: 17
Registered: December 1997
Junior Member
On Fri, 12 Dec 1997, Roger Zimmermann wrote:

> Hi all,
> how can we plot one headline/title in a multplot window (36 boxes) w/
> Direct Graphics ?
>
> should be something like:
>
> !P.MULTI = [0,1,1]
> xyouts, 0.,0.98,headline,/NORMAL
> !P.MULTI = [0,6,6]
Try:

!P.MULTI = [6*6,6,6] ; the !P.MULTI[0L] = 6*6 tells IDL that there
; are still 6*6 plots to be done so the next plot will not
; erase the window. If !P.MULTI[0L] = 0, IDL erases the
; window before the first plot.

> for i = 0, 5 do begin
> for j = 0, 5 do begin
> plot, data[i,j,*], ...
> endfor
> endfor
>

Cheers,


____________________________________________________________ ____
Evilio Jose del Rio Silvan Institut de Ciencies del Mar
E-mail: edelrio@icm.csic.es URL: http://www.bodega.org/
"Anywhere you choose,/ Anyway, you're gonna lose"- Mike Oldfield
[Message index]
 
Read Message
Read Message
Previous Topic: Well. We're waiting....
Next Topic: Widgets Default sizing.

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

Current Time: Sun Oct 12 19:26:27 PDT 2025

Total time taken to generate the page: 1.33036 seconds