Re: Ticks without labels
- To: mathgroup at smc.vnet.net
- Subject: [mg122194] Re: Ticks without labels
- From: "Gabriel T. Landi" <gtlandi at gmail.com>
- Date: Thu, 20 Oct 2011 07:43:07 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110190935.FAA20123@smc.vnet.net>
You can use the CustomTicks package at http://scidraw.nd.edu/levelscheme/ After loading you use, for example: Plot[Sin[x], {x,0,1}, Ticks->{LinTicks, StripTickLabels[LinTicks]}] LinTicks produces the ticks automatically and StripTickLabels ... well ... Strips the tick labels. :) Best Regards, Gabriel On 19/10/2011, at 07:35, solid-state <phmech at gmail.com> wrote: > Hello, everybody! > > I've got a question about plots. Can anyone, please, suggest a simple > method for drawing ticks without labels? > > Thank you in advance. >
- References:
- Ticks without labels
- From: solid-state <phmech@gmail.com>
- Ticks without labels