MathGroup Archive 2007

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

Search the Archive

Re: Tick Marks on Label

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78233] Re: Tick Marks on Label
  • From: chuck009 <dmilioto at comcast.com>
  • Date: Tue, 26 Jun 2007 04:36:25 -0400 (EDT)

Hi, Try using StyleForm in the tic marks.  Specify FontFamily, FontWeight, and FontSize.  Here's and example:

Plot[Exp[x], {x, 0, 2}, Ticks -> {{{0.5, StyleForm[HoldForm[Exp[
    0.5]], FontSize ->
           14, FontFamily -> "Arial Black", FontWeight -> "Bold"]}, {
            1, StyleForm[HoldForm[Exp[1.5]], 
            FontSize -> 14, FontFamily -> "Arial Black", FontWeight ->
             "Bold"]}, {1.5, StyleForm[HoldForm[Exp[1.5]], 
        FontSize -> 14, FontFamily -> "Arial Black", FontWeight -> "Bold"]}},
             Automatic}]


  • Prev by Date: extracting fractional powers of series expansion?
  • Next by Date: Re: Tick Marks on Label
  • Previous by thread: Tick Marks on Label
  • Next by thread: Re: Tick Marks on Label