|
PolarPlot
PolarPlot[f, {t, tmin, tmax}] generates a polar plot of radius f as a function of angle t from tmin to tmax.
PolarPlot[{ , , ... }, {t, tmin, tmax}] generates several polar plots together on the same graph.
PolarPlot[f, {t, tmin, tmax}, "style"] generates a polar plot of f in the designated style.
PolarPlot[f, {t, tmin, tmax}, "style1", "style2"] generates a polar plot of f in the primary style, "style1" and the secondary style, "style2".
Primary plot styles for 2D plots include: Default, Technical, Minimal, Business, and Colorful.
Secondary plot styles for 2D plots include: Frame, NoFrame, Grid, NoGrid, SmallPoints, LargePoints, Tall, Wide, ViewLeft, ViewRight, and ViewCenter.
PolarPlot[f, {t, tmin, tmax}, {ymin, ymax}] generates a polar plot of f over the specified y-axis range from ymin to ymax.
PolarPlot[f, {t, tmin, tmax}, "style", {ymin, ymax}] combines both specifications for plot style and y-axis range.
See also: PolarListPlot.

Examples
Using InstantCalculators
Here is the InstantCalculator for the PolarPlot function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=

Entering Commands Directly
You can paste a template for this command via the Text Input button on the PolarPlot Function Controller.
This plots an ellipse and limacon on the same graph.
In[2]:=

|