|
[Date Index]
[Thread Index]
[Author Index]
Re: Rotate Frame Label?
- To: mathgroup at smc.vnet.net
- Subject: [mg60692] Re: Rotate Frame Label?
- From: "Ray Koopman" <koopman at sfu.ca>
- Date: Sat, 24 Sep 2005 02:55:34 -0400 (EDT)
- References: <dh0fcc$qe7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
James Gilmore wrote:
> I am trying to rotate a frame label. Does anyone know how to get the fourth
> label to display so that it reads from the top down? Namely, the opposite
> to this code which reads bottom-up:
>
> Plot[x, {x, 0, 1}, Axes -> False,
> Frame -> True, FrameLabel ->
> {"", "", "", "label"}, RotateLabel -> True]
Plot[x, {x, 0, 1}, PlotRange -> All,
Axes -> False, Frame -> True, FrameLabel -> None,
Epilog -> Text["label",{1.062,.5},{0,0},{0,-1}]];
Prev by Date:
Re: Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
Next by Date:
Re: Bugs in Mathematica 5+
Previous by thread:
Rotate Frame Label?
Next by thread:
Re: Rotate Frame Label?
|