Re: ticks but no numbers on the axes
- To: mathgroup at smc.vnet.net
- Subject: [mg126469] Re: ticks but no numbers on the axes
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Sat, 12 May 2012 04:56:57 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201205110413.AAA23670@smc.vnet.net>
Show[plt=Plot[x, {x, 0, 1}],
Ticks->((Ticks/.AbsoluteOptions[plt,Ticks])/.
{z_?NumericQ, _, r__} -> {z, "", r})]
Bob Hanlon
Sent from my iPhone
On May 11, 2012, at 12:13 AM, "Darau, M." <M.Darau at tue.nl> wrote:
> Hello,
>
> Is it possible to have a plot with no numbers on the axes, and this while k=
eeping the ticks? I know that "Ticks->None" in a plot, removes both ticks an=
d 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