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

Home » Public Forums » archive » Re: ticks and colors
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
Re: ticks and colors [message #734] Wed, 28 October 1992 10:05
mayer is currently offline  mayer
Messages: 6
Registered: December 1992
Junior Member
hatay@spot.Colorado.EDU (Ferhat F. Hatay) writes:
:
: Is there a more decent way of suppressing the axis
: labelling and annotations but keeping the ticks:
:
: !x.ticks =3
: !x.tickname=[' ',' ',' ',' ']
:
:
: Ferhat
: --
: Ferhat F. Hatay || Disclamer: |||||||||||||||||
: Aerospace Engineering Sciences || I speak for myself unless ||
: University of Colorado, Boulder || otherwise indicated. ||
: e-mail: hatay@spot.colorado.edu |||||||||||||||||||||||||||||||

Ferhat,

A slightly more concise way to disable tick labels might be:

nblanks = 4
!x.ticks = nblanks-1
!x.tickname = REPLICATE(' ', nblanks)

I am not aware of any keywords that would disable tick annotatino,
for example, /NoTicks.

Hope it helps.

Mike Mayer
Precision Visuals, Inc.

--
___---^^^---___---^^^---___---^^^---___---^^^--- Catch The WAVE ---___
Michael Mayer, Senior Technical Support Engineer
Precision Visuals, Inc. 32915 Aurora Rd. Suite # 160, Solon, OH, 44139 USA
Email: mayer@pvi.com Human: 216/248-4900 Fax: 216-248-2733
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: IDL on Suns: XWindows <-> OpenWindows
Next Topic: PS image --> Latex

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

Current Time: Wed Oct 08 15:10:27 PDT 2025

Total time taken to generate the page: 0.00413 seconds