Re: Polarplot orientation
- To: mathgroup at smc.vnet.net
- Subject: [mg126825] Re: Polarplot orientation
- From: Helen Read <readhpr at gmail.com>
- Date: Sun, 10 Jun 2012 02:16:43 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jqusqh$rnh$1@smc.vnet.net>
On 6/9/2012 3:09 AM, Mat' G. wrote: > Hi all, > > Is it possible to change a polarplot to get 0=B0 vertical "@ 12.00" and to > rotate clockwise? > > Best regards, > > Mateo > I'm not sure exactly what you are trying to do. You'll get more (and more useful) replies if you post a specific, working example that people can copy/paste into Mathematica instead of trying to figure out what you mean and make up an example themselves. That said, it is easy to make a polar curve rotate. For example: r[\[Theta]_] := 5 + 10 Cos[\[Theta]] Manipulate[ PolarPlot[r[\[Theta] + \[Alpha]], {\[Theta], 0, 2 \[Pi]}, PlotRange -> 16], {\[Alpha], 0, 2 \[Pi]}] -- Helen Read University of Vermont