MathGroup Archive 2012

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

Search the Archive

Re: ticks but no numbers on the axes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126464] Re: ticks but no numbers on the axes
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sat, 12 May 2012 04:55:13 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201205110413.AAA23670@smc.vnet.net>
  • Reply-to: murray at math.umass.edu

You could exploit the form of Ticks where you give for each tick a 
position and a label, but just make the label a null string:

   tix = Thread[{#, ""} &[0.1 Range[10]]]
   Plot[x^2, {x, 0, 1}, Ticks -> {tix, tix}]

On 5/11/12 12:13 AM, Darau, M. wrote:
> Hello,
>
> Is it possible to have a plot with no numbers on the axes, and this while keeping the ticks? I know that "Ticks->None" in a plot, removes both ticks and tick-labels.
> Thanks!
>
> Mirela
>

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305



  • Prev by Date: MSPManipulate and Image
  • Next by Date: Re: Condition Generation in Integrate
  • Previous by thread: Re: ticks but no numbers on the axes
  • Next by thread: Re: ticks but no numbers on the axes