Re: How to show PolarPlot with circles coordinate
- To: mathgroup at smc.vnet.net
- Subject: [mg90077] Re: [mg90040] How to show PolarPlot with circles coordinate
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sat, 28 Jun 2008 05:51:42 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200806271015.GAA24125@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Here's one way, albeit using the PolarDraw function from David Park's "Presentations" package: Needs["Presentations`Master`"] Draw2D[{ (* Draw the polar curve *) Directive[Thick,Brown], PolarDraw[Cos[5\[Theta]],{\[Theta],0,2\[Pi]}], (* Draw the polar grid *) Directive[Thin,Legacy@DimGray], ComplexCircle[0,#/8]&/@Range[8], ComplexLine[{0,ComplexPolar[1,# Pi/6]}]&/@Range[0,12] }, Background->LightBlue] Galaxia wrote: > The PolarPlot of Mathematica gives still the X-Y axes coordinate. Is > there any way to plot the figure with coordinate system with rays and > circle target? Thanks. > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- References:
- How to show PolarPlot with circles coordinate
- From: Galaxia <forgalaxia@gmail.com>
- How to show PolarPlot with circles coordinate