MathGroup Archive 2012

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

Search the Archive

Re: how to orient Polar Plot 0 Degrees at the North Pole

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128903] Re: how to orient Polar Plot 0 Degrees at the North Pole
  • From: dr DanW <dmaxwarren at gmail.com>
  • Date: Mon, 3 Dec 2012 04:05:08 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <k94h8b$bgf$1@smc.vnet.net>

In my previous post I mentioned a way to get the ticks oriented correctly.  Here is the code:

R[ang_] := 3*(0.25 + 0.75*Cos[ang + 0.2])

Rotate[PolarPlot[Abs[R[ang]], {ang, 0, 2*Pi}, PolarGridLines -> Automatic, 
   PolarAxes -> Automatic, PolarTicks -> 
    {Table[{a*Degree, Rotate[a*Degree, -90*Degree]}, {a, 0, 360 - 15, 15}], 
     Automatic}], 90*Degree]



  • Prev by Date: how to orient Polar Plot 0 Degrees at the North Pole
  • Next by Date: Re: Mathematica 9 for Windows
  • Previous by thread: how to orient Polar Plot 0 Degrees at the North Pole
  • Next by thread: Re: cauchy principal value double integral