 
 
 
 
 
 
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
- References:
- ticks but no numbers on the axes
- From: "Darau, M." <M.Darau@tue.nl>
 
 
- ticks but no numbers on the axes

