Re: axes labeling
- To: mathgroup at smc.vnet.net
- Subject: [mg75850] Re: axes labeling
- From: dimitris <dimmechan at yahoo.com>
- Date: Sat, 12 May 2007 02:59:00 -0400 (EDT)
- References: <f1uoc2$84f$1@smc.vnet.net><f21cjj$5ma$1@smc.vnet.net>
For information
FrontEndExecute[{HelpBrowserLookup["MainBook", "SequenceForm"]}]
(I don't know if this command is valid for the new version of
Mathematica!)
Dimitris
=CF/=C7 dimitris =DD=E3=F1=E1=F8=E5:
> 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