Re: Ticks without labels
- To: mathgroup at smc.vnet.net
- Subject: [mg122255] Re: Ticks without labels
- From: David Annetts <david.annetts at iinet.net.au>
- Date: Sat, 22 Oct 2011 06:08:41 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110190935.FAA20123@smc.vnet.net> <j7p1li$5jl$1@smc.vnet.net> <201110211024.GAA17740@smc.vnet.net>
Hi Helen, You have this already, and have had for some versions. You can specify {tick, label, {+ve, -ve}} or {tick, label, length} Consider tik1 = {#, Style[ToString@#, FontColor -> Hue[#/11]], #/100} & /@ Range[1, 10]; Plot[BesselJ[0, x], {x, 0, 10}, FrameTicks -> {tik1, Automatic}] Regards, d. On 21/10/2011 18:24, Helen Read wrote: > I'd also like an option for making the Ticks themselves taller. After > exporting a plot and sizing it down for use on say a quiz, often the > ticks are so small as to be just about invisible. > > HPR > > On 10/20/2011 7:45 AM, Roberto Cavaliere wrote: >> Try this: >> >> TicksStyle -> Directive[FontSize ->0, FontColor -> White] >> >> I hope in the future Ticks will allow to separate directives for ticks and >> for ticks labels, so, for instance, to specify something like >> Ticks->Automatics and TicksLabels->None >> >> ~roberto >> >> >> -----Messaggio originale----- >> Da: solid-state [mailto:phmech at gmail.com] >> Inviato: mercoled=EC 19 ottobre 2011 11:35 >> A: mathgroup at smc.vnet.net >> Oggetto: Ticks without labels >> >> 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>
- Re: R: Ticks without labels
- From: Helen Read <readhpr@gmail.com>
- Ticks without labels