Re: How to show tick labels w/o showi the tick marks?
- To: mathgroup at smc.vnet.net
- Subject: [mg90478] Re: How to show tick labels w/o showi the tick marks?
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Thu, 10 Jul 2008 06:37:34 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <g51ua9$6rf$1@smc.vnet.net>
Aaron Fude 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? From the online help [1]: {{x_1, label_1, len_1}, ... } tick marks with specified scaled length {{x_1, label_1, {plen_1, mlen_1}}, ... } tick marks with specified lengths in the positive and negative directions For instance, Plot[Sin[x], {x, 0, 2 Pi}, Ticks -> {{{1, "One", {1/4, 1/2}}, {2, 2, 0}, {Pi, Pi, 0}}}] [1] "Ticks", _MORE INFORMATION_, http://reference.wolfram.com/mathematica/ref/Ticks.html Regards, -- Jean-Marc