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"]}}}]