Re: Re: axes labeling
- To: mathgroup at smc.vnet.net
- Subject: [mg75893] Re: [mg75850] Re: axes labeling
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Sun, 13 May 2007 05:37:04 -0400 (EDT)
- References: <f1uoc2$84f$1@smc.vnet.net> <f21cjj$5ma$1@smc.vnet.net> <4664648.1178958081429.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
That doesn't quite work in version 6 (it doesn't look up SequenceForm immediately), but it DOES bring up part of the old Help Browser functionality -- for the old AddOn packages only. Clicking on the Master Index tab takes you to SequenceForm in the index, but it's not actually functional, since clicking on the section tag "2.9.6" in the index entry takes me nowhere. On my machine, anyway. Bobby On Sat, 12 May 2007 01:59:00 -0500, dimitris <dimmechan at yahoo.com> wrote: > 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 > > > -- DrMajorBob at bigfoot.com