Re: Rotate a 2D graph
- To: mathgroup at smc.vnet.net
- Subject: [mg81657] Re: Rotate a 2D graph
- From: mcmcclur at unca.edu
- Date: Mon, 1 Oct 2007 04:39:07 -0400 (EDT)
- References: <fdnlnp$kpk$1@smc.vnet.net>
On Sep 30, 4:11 am, tomfabtas... at hotmail.com wrote:
> I would like to rotate the below graph ...
The following yields something like what you want, although
you might need to fiddel with the options a bit.
Graphics[Rotate[comp[[1]], -90 Degree],
Axes -> False, FrameLabel -> {f2, x, f1, None},
AspectRatio -> GoldenRatio,
Options[comp]]
Mark