Re: Rotate Frame Label?
- To: mathgroup at smc.vnet.net
- Subject: [mg60706] Re: Rotate Frame Label?
- From: "James Gilmore" <james.gilmore at yale.edu>
- Date: Sun, 25 Sep 2005 02:36:15 -0400 (EDT)
- Organization: Yale University
- References: <dh0fcc$qe7$1@smc.vnet.net> <dh2tu0$da5$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Thanks for the suggestions. Does anyone know how to get the label so that it will scale with the graphic? Surely Mathematica can do something this simple?? or was this omitted by WRI in the RotateLabel option. -- James Gilmore Graduate Student Department of Physics Yale University New Haven, CT 06520 USA "Peter Pein" <petsie at dordos.net> wrote in message news:dh2tu0$da5$1 at smc.vnet.net... > 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/ >