X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 29 Feb 2008 08:09 PM by  anon
Length of minor tick marks
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
29 Feb 2008 08:09 PM
    Hi ! I would like to modify the length of the minor tick marks in my IDL plot. For Major tick marks there is the "ticklen" keyword. Is there a "minorTicklen" keyword? How could I obtain a minorTicklen=1.0 (i.e. minor tick mark for one side to the other on my plot, similar to ticklen=1.0) on my plot? Thanks for your consideration. Noah

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 Feb 2008 08:09 PM
    Minor tick marks are called minor because they should be subordinate to major tick marks. And it is so in both IDL Direct Graphics and IDL Object Graphics that they are drawn to a proportion of major tick marks. And anyway, if your minor tick marks are to have a length of 1.0, what was your plan for the major tick marks? In any case, I do not want to discourage you completely. One option - I say this theoretically because I am not trying it as I enter this tip - is to superimpose an extra AXIS on the top of an axis that is provided by PLOT. Both axes would have suppressed MINOR tick marks, but they could have differing MAJOR tick mark location and length specifications. The MAJOR ticks of the PLOT, for example, might be the 1.0 long minor ticks that you want. The MAJOR ticks of the AXIS could be the major ticks you want in your plot visualization. The above explains the Direct Graphics algorithm, but a similar algorithm could be implemented in IDL Object Graphics as well. James Jones
    You are not authorized to post a reply.