MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to show tick labels w/o showi the tick marks?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90471] Re: How to show tick labels w/o showi the tick marks?
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Thu, 10 Jul 2008 06:36:11 -0400 (EDT)

On 7/9/08 at 4:51 AM, aaronfude at gmail.com (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?

If I wanted a plot like this, I would probably do something like

ListPlot[RandomReal[{0, 1}, {10}], Ticks -> None,
  Epilog -> {Text[ToString@#, {#, -.05}] & /@ Range[10],
    Text[ToString@#, {-.2, #}] & /@ {-1, 1}},
  PlotRange -> {{-.5, 10.5}, {-1.05, 1.05}}]


  • Prev by Date: Symbol function, a question
  • Next by Date: Almost symbolic computations (?)
  • Previous by thread: Re: How to show tick labels w/o showi the tick marks?
  • Next by thread: Re: How to show tick labels w/o showi the tick marks?