Re: Frame Label's fonts
- To: mathgroup at smc.vnet.net
- Subject: [mg8002] Re: Frame Label's fonts
- From: bshoels at rs5.tcs.tulane.edu (Brett Shoelson)
- Date: Wed, 30 Jul 1997 23:57:56 -0400
- Organization: Tulane University
- Sender: owner-wri-mathgroup at wolfram.com
Dimiter Petsev (dimiter at shemesh.chem.purdue.edu) wrote:
: Hi everyone,
: I can not overcome the following problem. When trying to changes the
fonts of frame labels (using DefaultFont command) I succeed only if
the ordinate axis label is not rotated. If I rotate it (by using
RotateLabel->True) the ordinate label appears in the previous font.
Everything else except it is in the font which I have specified.
:
: Could anyone advise me how to make Mathematica to change the font of a
rotated ordinate frame label as well?
:
: Thanks in advance,
:
: Dimiter Petsev
:
:
Dimiter, the following works for me with RotateLabel True or False:
Plot[Sin[x],{x,0,2Pi},
Frame->True,FrameLabel->FontForm["A Sinusoid",{"Helvetica-Bold",12}],
RotateLabel->True];
Hope this helps,
Brett Shoelson
bshoels at lsumc.edu