Re: frameticks without numbers
- To: mathgroup at smc.vnet.net
- Subject: [mg29336] Re: frameticks without numbers
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Thu, 14 Jun 2001 02:27:16 -0400 (EDT)
- References: <9g74as$cft$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
matt,
gr=Plot[x,{x,0,5}, Ticks->Automatic]
tks=AbsoluteOptions[gr,Ticks]
Show[gr,tks/.{p_Real,_,r___}->{p,"",r}]
You might like to look at the packag Ticks.m in
http://www.mathsource.com/Content/Enhancements/Graphics/3D/0208-976
for other ways of handling ticks.
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"mj" <matt_johnson at my-deja.com> wrote in message
news:9g74as$cft$1 at smc.vnet.net...
> I've made a qualitative plot and don't care to show numbers on the
> axes/frame. Is there an easy way to keep the tickmarks while omitting
> the numbers?
>
> Thanks.
>
> matt
>