comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Need Help on IDLgrAxis !
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Need Help on IDLgrAxis ! [message #44451 is a reply to message #44450] Fri, 17 June 2005 15:40 Go to previous messageGo to previous message
Michael Wallace is currently offline  Michael Wallace
Messages: 409
Registered: December 2003
Senior Member
naics wrote:
> Thanks for the response. I took a look at TICKTEXT it works fine if you
> want the user to create values that they want shown. However, the number
> of values you enter have to be the same lenght of the number of major tick
> values that are present. How do you find this number of major tick
> values?

You can get the tick text strings (see below) and see how many of them
there are. A better solution, while more complicated, is to set your
own number of major tickmarks, the data range, etc. Then you guarantee
yourself that you'll always get something logical, but it's more work.


> Another thing I had a question on is if you can get the string of numbers
> from TICKTEXT using GetProperty. The reason I want to do this is so that
> I can grab this array of string, convert them to integers, scale all of
> them by some value and then set them back to this object? I've had no
> luck so far. When I try to get this property, I receive an object and I
> don't know how to retreive the array of strings?

IDLgrAxis -> GetProperty, TICKTEXT = ticktext
ticktext -> GetProperty, STRINGS = strings

-Mike
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: ASCII read problem
Next Topic: Re: How does IDL find functions?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 02:32:46 PDT 2025

Total time taken to generate the page: 1.43907 seconds