Re: axes labeling
- To: mathgroup at smc.vnet.net
- Subject: [mg75802] Re: axes labeling
- From: dimitris <dimmechan at yahoo.com>
- Date: Fri, 11 May 2007 05:20:03 -0400 (EDT)
- References: <f1uoc2$84f$1@smc.vnet.net>
Plot[x, {x, 0,3}, PlotLabel -> SequenceForm[StyleForm["the line: ", FontColor -> Blue], StyleForm[" y=x\n", FontColor -> Red]], Axes -> None, Frame -> {True, True, False, False}, ImageSize -> 400, TextStyle -> {FontSize -> 14}, FrameLabel -> {SequenceForm[StyleForm[" x-", FontFamily -> Times, FontSlant -> "Italic"], StyleForm["axis", FontFamily -> Courier, FontWeight -> "Bold"]], SequenceForm[ StyleForm["y-", FontFamily -> Times, FontSlant -> "Italic"], StyleForm["axis", FontFamily -> Courier, FontWeight -> "Bold"]]}] ??? Dimitris =CF/=C7 Uli Wuerfel =DD=E3=F1=E1=F8=E5: > Hi experts, > > with StyleForm i could put axes labels in italics. But is it > also possible to have an axes label with a mixture (i.e. a part normal, > a part in italics)?? > And how would you do it? > > Thank you for any help, > Uli