![]() 
![]() 
![]() 
![]() 
![]() 
![]() 
RE: Sub- and Superscripts in FrameLabel
- To: mathgroup at smc.vnet.net
- Subject: [mg36317] RE: [mg36283] Sub- and Superscripts in FrameLabel
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 31 Aug 2002 01:26:01 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Harald,
You could try something like this...
Plot[x, {x, 0, 1},
    Frame -> True,
    FrameLabel -> {z, 
        DisplayForm[
          StyleBox[
            RowBox[{SubsuperscriptBox[H, z, s], "/", 
                SubsuperscriptBox[H, z, p]}], FontSize -> 16]]},
    ImageSize -> 500];
where I enlarged the font size to make the label more legible.
FontForm is an obsolete function and probably shouldn't be used. 
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 
From: Harald von der Osten [mailto:hvdosten at lb.netic.de]
To: mathgroup at smc.vnet.net
Hi,
I need FrameLabels of the kind of "H^s_z / H^p_Z" and tried something
like
FrameLabel->{FontForm{"H"Superscript["s"]Subscript["z"] ...}}
but "s" is too far away from "z". How can I manage it that "s" is
directly above "z" ? Are there some "backspace"-characters to be used?
Thanks a lot,
Harry