Re: ticks but no numbers on the axes
- To: mathgroup at smc.vnet.net
- Subject: [mg126463] Re: ticks but no numbers on the axes
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Sat, 12 May 2012 04:54:52 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201205110413.AAA23670@smc.vnet.net>
Plot[Sin[x], {x, -Pi, Pi},
Ticks -> {None, {{-3, ""}, {-2, ""}, {-1, ""}, {0, ""}, {1, ""}, {2, ""}, {3,
""}}}]
-Tomas
> Date: Fri, 11 May 2012 00:13:10 -0400
> From: M.Darau at tue.nl
> Subject: ticks but no numbers on the axes
> To: mathgroup at smc.vnet.net
>
> 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
>
- References:
- ticks but no numbers on the axes
- From: "Darau, M." <M.Darau@tue.nl>
- ticks but no numbers on the axes