MathGroup Archive 2011

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

Search the Archive

Re: Ticks without labels


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



  • Prev by Date: problem while solving equations
  • Next by Date: Re: R: Ticks without labels
  • Previous by thread: Re: R: Ticks without labels
  • Next by thread: Re: Ticks without labels