Re: ticks and colors [message #734] |
Wed, 28 October 1992 10:05 |
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
|
|
|