TVSCL can display more than 2 images? [message #88503] |
Sun, 04 May 2014 09:57  |
g.nacarts
Messages: 148 Registered: November 2013
|
Senior Member |
|
|
Hi
I was wondering if TVSCL can display more than two images at the same time. I displayed two images and everything was fine. Once I tried to display 3 images part of the third image couldn't display in the window. My code was like this:
TVSCL, image1, 0
TVSCL, image2, 1
TVSCL, image3, 2
Can anyone knows how to display more than 2 images at the same time next to each other?
With Thanks
G.
|
|
|
|
|
Re: TVSCL can display more than 2 images? [message #88506 is a reply to message #88505] |
Sun, 04 May 2014 11:48   |
Matthew Argall
Messages: 286 Registered: October 2011
|
Senior Member |
|
|
On Sunday, May 4, 2014 1:29:24 PM UTC-4, g.na...@gmail.com wrote:
> I thought it but how? The window appears automatically.
http://exelisvis.com/docs/WINDOW_Procedure.html
xsize = 650 ;Pixels
ysize = 650 ;Pixels
Window, /FREE, XSIZE=xsize, YSIZE=ysize
TVSCL, image1, 0
TVSCL, image2, 1
TVSCL, image3, 2
|
|
|
|