by Lasse Clausen <lasse@[EMAIL PROTECTED]
>
Feb 22, 2008 at 03:59 AM
On 22 Feb, 11:47, noahh.schwa...@[EMAIL PROTECTED]
wrote:
> 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, especially in log scale.
>
> Thanks for your consideration.
> Noah
Hi,
as I understand it it doesn't really matter for you whether it is a
minor or mayor tick mark as long as there is a line across the plot
window? If so, you can use the (x|y|z)tickv keyword to tell IDL where
to draw mayor tick marks and then set (x|y|z)ticklen to 1.0.
Cheers
Lasse Clausen