|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: 3D graphics resize unintentionally when rotated
Next by Date:
Creating "sticky" item in File >> Open Recent menu?
Previous by thread:
Re: Re: Re: Simplifying Log[a] + Log[expr_] -
Next by thread:
Re: Rotate a 2D graph
|