MathGroup Archive 2007

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

Search the Archive

Re: Tick Marks on Label

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

My previous code was not labeled correctly.  Should have labeled the y-axis with the exponents:

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


  • Prev by Date: Re: Tick Marks on Label
  • Next by Date: Re: PlotLegend and ListPlot
  • Previous by thread: Re: Tick Marks on Label
  • Next by thread: A Note of Thanks