Re: Rotate Frame Label?
- To: mathgroup at smc.vnet.net
- Subject: [mg60687] Re: Rotate Frame Label?
- From: Peter Pein <petsie at dordos.net>
- Date: Sat, 24 Sep 2005 02:55:29 -0400 (EDT)
- References: <dh0fcc$qe7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
James Gilmore schrieb: > Hi everyone, > > 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] > > Thanks > > > > James Gilmore > > Graduate Student > Department of Physics > Yale University > New Haven, CT 06520 USA > > Email: james.gilmore at yale.edu > Hi James, something like this: Needs["Graphics`Graphics`"]; DisplayTogether[ Plot[x, {x, 0, 1}, Axes -> False, Frame -> True], Graphics[{Text["label", Scaled[{1.02, 0.5}], {0, 0}, {0, -1}, TextStyle -> {FontSize -> 11}]}], PlotRange -> All]; ? -- Peter Pein, Berlin GnuPG Key ID: 0xA34C5A82 http://people.freenet.de/Peter_Berlin/