Re: How to show tick labels w/o showi the tick marks?
- To: mathgroup at smc.vnet.net
- Subject: [mg90480] Re: [mg90418] How to show tick labels w/o showi the tick marks?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 10 Jul 2008 06:37:57 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Show[p = Plot[x, {x, 0, 1}],
Ticks -> ((Ticks /. AbsoluteOptions[p]) /.
{{x_, "", __} ->
Sequence[],
{x_, x_, _, s_} -> {x, x, {0, 0}, s}})]
Bob Hanlon
---- Aaron Fude <aaronfude at gmail.com> wrote:
=============
I guess my subject says it all.
I can hide the ticks themselves my making them transparent, but that
also makes the labels disappear. How to fix this?
Thanks!
Aaron