Re: Need Help on IDLgrAxis ! [message #44464 is a reply to message #44452] |
Fri, 17 June 2005 06:28  |
Antonio Santiago
Messages: 201 Registered: February 2004
|
Senior Member |
|
|
naics wrote:
> Hello,
>
> My problem is this, I've been successful in creating a three dimensional
> box that is able to hold various x/y/z slices. The axis has values that
> correspond to the the size of my 3D data, but I now want to change the
> numerical values on the axis (due to unit conversion issues) while still
> maintaining the original size of the box.
>
> My idea was to just change the "range" in my IDLgrAxis object but the
> changes the length of the axis.
>
> i.e.
>
> oXAxis = OBJ_NEW('IDLgrAxis', 0, COLOR=[255,255,255],RANGE=[0,xMax],$
> TITLE=oXTitle,TICKLEN=2,$
> XCOORD_CONV=[xs[0],xs[1]], $
> YCOORD_CONV=ys, $
> ZCOORD_CONV=zs, $
> /EXACT)
>
> I would greatly appreciate any suggestions. Thanks...
>
>
>
I have the same problem with an IDLgrSurface, but I used the TICKTEXT
keyword to do it, that is, I constuct by myself the numbers to be shown.
Bye :)
--
-----------------------------------------------------
Antonio Santiago P�rez
( email: santiago<<at>>grahi.upc.edu )
( www: http://www.grahi.upc.edu/santiago )
( www: http://asantiago.blogsite.org )
-----------------------------------------------------
GRAHI - Grup de Recerca Aplicada en Hidrometeorologia
Universitat Polit�cnica de Catalunya
-----------------------------------------------------
|
|
|