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

Home » Public Forums » archive » suppress numbering of axis ?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
suppress numbering of axis ? [message #3231] Thu, 01 December 1994 09:39 Go to next message
Werner Hort is currently offline  Werner Hort
Messages: 4
Registered: December 1994
Junior Member
How do I suppress the numbers at the tickmarks when using plot ?
I thought it was charsize=-1, but that doesn't seem to work.

Thanks for your help,

Werner.
Re: suppress numbering of axis ? [message #3339 is a reply to message #3231] Thu, 08 December 1994 17:03 Go to previous message
matsu is currently offline  matsu
Messages: 3
Registered: December 1994
Junior Member
In article <D057pG.325@murdoch.acc.Virginia.EDU>
Werner Hort <hort@gibbs.ms.virginia.edu> writes:

> How do I suppress the numbers at the tickmarks when using plot ?
> I thought it was charsize=-1, but that doesn't seem to work.

Hello.
Try using keyword,`[xy]tickname'.
For example:

IDL> x=findgen(10)
IDL> y=findgen(10)
IDL> label=replicate(' ',10)
IDL> plot,x,y,xtickname=label

With this execution, you can suppress the tickmarks of x-axis.
The elements of `label' are all space, ' '.
----
Tomoaki Matsumoto <matsu@a.phys.nagoya-u.ac.jp>
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL Memory ?
Next Topic: JHU/APL/S1R library update

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

Current Time: Sat Oct 11 10:48:45 PDT 2025

Total time taken to generate the page: 1.52161 seconds