MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to rotate a PolarPlot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57996] Re: How to rotate a PolarPlot?
  • From: dh <dh at metrohm.ch>
  • Date: Thu, 16 Jun 2005 05:35:53 -0400 (EDT)
  • References: <d8ousa$2b$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Paul,
Rotate2D from:Geometry`Rotations` will do the trick:
<<Geometry`Rotations`
g = PolarPlot[Exp[.2t], {t, 0, 8}, PlotStyle -> Red, PlotRange -> All,
      AspectRatio -> Automatic, Ticks -> None]
MapAt[Rotate2D[#, .2] & /@ # &, g, {1, 2, 1, 1}] // Show

sincerely, Daniel

paul at selfreferral.com wrote:
> Hi All,
> 
> Would appreciate some help with this. I would like to know how I can
> rotate the following plot to an arbitrary angle:
> 
> PolarPlot[Exp[.2t], {t, 0, 8p}, PlotStyle -> Red,
>   PlotRange -> All, AspectRatio -> Automatic, Ticks -> None]
> 
> Thanks
> Paul
> 


  • Prev by Date: Zero Padding and ColumnAlignments in Version 5.1
  • Next by Date: Re: fitting multiple datasets
  • Previous by thread: Re: How to rotate a PolarPlot?
  • Next by thread: Re: How to rotate a PolarPlot?