MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Ticks without labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122269] Re: Ticks without labels
  • From: DrMajorBob <btreat1 at austin.rr.com>
  • Date: Sun, 23 Oct 2011 06:22:19 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201110190935.FAA20123@smc.vnet.net> <j7p1li$5jl$1@smc.vnet.net>
  • Reply-to: drmajorbob at yahoo.com

That doesn't work as written. It needs Frame -> True.

Bobby

On Sat, 22 Oct 2011 05:08:41 -0500, David Annetts  
<david.annetts at iinet.net.au> wrote:

> 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.
>>>
>>>
>>
>>
>


-- 
DrMajorBob at yahoo.com



  • Prev by Date: Re: algebraic ReplaceAll?
  • Next by Date: Re: algebraic ReplaceAll?
  • Previous by thread: Re: R: Ticks without labels
  • Next by thread: Re: Ticks without labels