tvscl [message #94802] |
Wed, 18 October 2017 07:21  |
Ali Gamal
Messages: 98 Registered: June 2013
|
Member |
|
|
Hi everyone,
If I have array as x=fltarr(1,1,56), If I want to display it at specific position I write
> window,xs=500,ys=1000
> tvscl,x,300,525
My question is how I can save x at this position in new variable z, whereas when I write
> window,xs=500,ys=1000
> tvscl,z
appear at the sam position (300,525)
|
|
|
Re: tvscl [message #94803 is a reply to message #94802] |
Wed, 18 October 2017 07:26  |
Ali Gamal
Messages: 98 Registered: June 2013
|
Member |
|
|
On Wednesday, October 18, 2017 at 4:21:30 PM UTC+2, AGW wrote:
> Hi everyone,
>
> If I have array as x=fltarr(1,1,56), If I want to display it at specific position I write
>
>> window,xs=500,ys=1000
>> tvscl,x,300,525
>
> My question is how I can save x at this position in new array z, whereas when I write
>
>> window,xs=500,ys=1000
>> tvscl,z
>
> appear at the sam position (300,525)
|
|
|