Re: axis minor ticks [message #34858] |
Wed, 23 April 2003 06:44  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
James Kuyper wrote:
> Reimar Bauer wrote:
>>
>> Hi,
>>
>> does someone have an idea how to set up minor ticks like major ticks.
>>
>> For our timeaxis routine I like to set up for some of the special modes
>> one day ricks. Because February has 28 minor ticks instead of January
>> with 31.
>>
>> regards
>>
>> Reimar
>
> Set [XYZ]TICKUNITS=["Days","Months"], and [XYZ]TICKINTERVAL to 1.
ok,
x=findgen(365)
y=sin(x)
plot,x,y,xtickunits=['Day'],xtickinterval=1
How can I supress the numbers ?
xtickn doesn't work.
Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|
|
Re: axis minor ticks [message #34904 is a reply to message #34858] |
Sun, 27 April 2003 11:59  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Reimar Bauer wrote:
> James Kuyper wrote:
>
>> Reimar Bauer wrote:
>>>
>>> Hi,
>>>
>>> does someone have an idea how to set up minor ticks like major ticks.
>>>
>>> For our timeaxis routine I like to set up for some of the special modes
>>> one day ricks. Because February has 28 minor ticks instead of January
>>> with 31.
>>>
>>> regards
>>>
>>> Reimar
>>
>> Set [XYZ]TICKUNITS=["Days","Months"], and [XYZ]TICKINTERVAL to 1.
>
> ok,
>
> x=findgen(365)
> y=sin(x)
> plot,x,y,xtickunits=['Day'],xtickinterval=1
>
> How can I supress the numbers ?
> xtickn doesn't work.
>
>
> Reimar
>
I will solve this problem myself.
A prelimiary version of a axis routine for minor ticks will be available
soon.
Reimar
>
>
>
>
>
>
>
>
>
>
>
>
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|