Re: change the ratio z_axis / x_axis [message #48721] |
Tue, 16 May 2006 06:18 |
Klemens Barfus
Messages: 45 Registered: December 2002
|
Member |
|
|
Oh yes, it works great :-) !
Thanks again, David !
Cheers,
Klemens
David Fanning wrote:
> Klemens Barfus writes:
>
>
>> making a threedimensional postscript plot with the surface command, I
>> would like to compress the z-axis without changing the z_range or
>> modifying the area indicated by the position-vector.
>> Is there any chance to do this with the !P.T vector or T3D, scale ?
>
>
> Are you trying to do something like this:
>
> IDL> surface, dist(40), position=[0.1,0.1,0.9,0.9,0.25,0.75]
>
> Cheers,
>
> David
|
|
|
Re: change the ratio z_axis / x_axis [message #48722 is a reply to message #48721] |
Tue, 16 May 2006 05:56  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Klemens Barfus writes:
> making a threedimensional postscript plot with the surface command, I
> would like to compress the z-axis without changing the z_range or
> modifying the area indicated by the position-vector.
> Is there any chance to do this with the !P.T vector or T3D, scale ?
Are you trying to do something like this:
IDL> surface, dist(40), position=[0.1,0.1,0.9,0.9,0.25,0.75]
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|