Re: XYOUTS overwrites [message #2852] |
Fri, 09 September 1994 17:16  |
scott
Messages: 17 Registered: January 1994
|
Junior Member |
|
|
Frank Hoffsuemmer writes
> Hi,
>
> I want to plot some images using the TVSCL routine in IDL (ver 3.1.1).
> Basically, what I want to do is something like
>
> FOR counter=0,n DO BEGIN
> XYOUTS, 0.1, 0.9, /NORMAL, '!3 Image Number: '+STRING(counter)
> TVSCL, image(counter)
> ENDFOR
>
> The problem is, this way, XYOUTS doesn't clear the place before writing
on it.
> My XYOUTS print is just one of many in the actual window, and it's not
supposed to be
> a window- or plot-title (even if it might look like this in my example).
> So: how to do that??
> Any help appreciated. Thanx
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=-=-=--=-=- =-=-=-=-=-=-=-
=-=-=-
>
> Frank Hoffsuemmer
E-Mail:frank@chaos.uni-frankfurt.de
> Institut fuer Theor. Physik ,__o
> Robert-Mayer-Str. 8 -\_<, Office: Phone (49) 69 /
798-3359
> D-60054 Frankfurt am Main (*)/'(*) Fax (49) 69 /
798-8354
> Germany Home : Phone (49) 69 / 289447
>
>
-=-=-=-=-=-=-=-=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=-=-=--=-=- =-=-=-=-=-=-=-
=-=-=-
>
>
Use the procedure POLYFILL to draw a white rectangle over the area in
question just before calling XYOUTS.
--
A. Scott Denning (303)491-8346
<scott@abyss.atmos.colostate.edu>
Dept. of Atmospheric Science
Colorado State University
Fort Collins, CO 80523
|
|
|