MathGroup Archive 2009

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

Search the Archive

Re: PolarPlot goes upto 1.2 on axis, not 1?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105099] Re: [mg105092] PolarPlot goes upto 1.2 on axis, not 1?
  • From: Chris Poole <chris at chrispoole.com>
  • Date: Sat, 21 Nov 2009 03:32:14 -0500 (EST)
  • References: <200911201141.GAA03582@smc.vnet.net>

Thanks,

PolarAxesOrigin->{90deg,1} is great and exactly what I wanted. I will
file that support request.

Chris


On Fri, Nov 20, 2009 at 3:47 PM, Brett Champion <brettc at wolfram.com> wrote:
> On Nov 20, 2009, at 5:41 AM, fo3nix 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.)
>
> This works: PolarAxesOrigin -> {0, 1}, although I'd expect PlotRange->1 to
> work also.  Can you file that with support at wolfram.com, please?
>
> Thanks,
>
> Brett Champion
> Wolfram Research
>


  • Prev by Date: Re: MatchQ, silly question
  • Next by Date: Re: MatchQ, silly question
  • Previous by thread: Re: PolarPlot goes upto 1.2 on axis, not 1?
  • Next by thread: Re: PolarPlot goes upto 1.2 on axis, not 1?