Re: Greek characters in label
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg453] Re: [mg448] Greek characters in label
- From: olness at phyvms.physics.smu.edu
- Date: Sat, 11 Feb 1995 19:40:14 -0600
==================================================
FROM: Bill Titus, btitus at physics.carleton.edu, Northfield, MM
I would like to include a greek letter in a frame label, mixed in
with some text and numbers -- something like
FrameLabel -> {"t", "x", StringForm["w = ``", myVal], ""}
but where w would be the greek letter omega. Is there a way to do
this?
==================================================
Bill, this should solve your problems.
Plot[x,{x,0,1}
,FrameLabel->{FontForm["test", {"Symbol", 12}],"test"}
,Frame->True];
==================================================
Fredrick I. Olness
SMU Mail: Department of Physics
Fondren Science Bldg.
Southern Methodist University
Dallas, TX 75275
Internet: Olness at phyvms.physics.smu.edu (129.119.200.74)
Olness at mail.physics.smu.edu
==================================================