XYOUTS overwrites [message #2873] |
Tue, 06 September 1994 08:28 |
frank
Messages: 15 Registered: August 1993
|
Junior Member |
|
|
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
-=-=-=-=-=-=-=-=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=-=-=--=-=- =-=-=-=-=-=-=-=-=-=-
|
|
|