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