Re: PolarPlot goes upto 1.2 on axis, not 1?
- To: mathgroup at smc.vnet.net
- Subject: [mg105111] Re: PolarPlot goes upto 1.2 on axis, not 1?
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Sat, 21 Nov 2009 03:34:32 -0500 (EST)
- References: <he5vbq$3ia$1@smc.vnet.net>
PolarPlot[Sin[2 x]^2, {x, 0, 2 \[Pi]}, PolarTicks -> Automatic,
GridLines -> Automatic, PlotRange -> 1]
Cheers -- Sjoerd
On Nov 20, 1:42 pm, fo3nix <chrispo... at gmail.com> wrote:
> Hi guys,
> I am trying to polarplot a function like Sin[2 x]^2, from -Pi/2 to Pi/
> 2, with polar ticks and gridlines enabled.
>
> Every time I do this, the vertical axis goes up to 1.2, not 1 --- is
> there any way to have this only go upto 1? (The function I'm plotting
> goes upto 1 only.)
>
> Cheers!