|
|
||
|
|
| ParametricPlot[{fx, fy}, {u, umin, umax}] generates a parametric plot of a curve with x and y coordinates fx and fy as a function of u. |
| ParametricPlot[{{fx, fy}, {gx, gy}, ...}, {u, umin, umax}] plots several parametric curves. |
| ParametricPlot[{fx, fy}, {u, umin, umax}, {v, vmin, vmax}] plots a parametric region. |
| ParametricPlot[{{fx, fy}, {gx, gy}, ...}, {u, umin, umax}, {v, vmin, vmax}] plots several parametric regions. |
| AspectRatio | Automatic | ratio of height to width | |
| Axes | True | whether to draw axes | |
| BoundaryStyle | Automatic | how to draw boundaries of regions | |
| ColorFunction | Automatic | how to apply coloring to curves or regions | |
| ColorFunctionScaling | True | whether to scale arguments to ColorFunction | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Exclusions | Automatic | u points or u, v curves to exclude | |
| ExclusionsStyle | None | what to draw at excluded points or curves | |
| Frame | Automatic | whether to put a frame around the plot | |
| MaxRecursion | Automatic | the maximum number of recursive subdivisions allowed | |
| Mesh | Automatic | how many mesh divisions to draw | |
| MeshFunctions | Automatic | how to determine the placement of mesh divisions | |
| MeshShading | None | how to shade regions between mesh points or lines | |
| MeshStyle | Automatic | the style for mesh divisions | |
| Method | Automatic | the method to use for refining curves or regions | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotPoints | Automatic | initial number of sample points in each parameter | |
| PlotRange | Automatic | range of values to include | |
| PlotRangeClipping | True | whether to clip at the plot range | |
| PlotStyle | Automatic | graphics directives to specify the style for each object | |
| RegionFunction | (True&) | how to determine whether a point should be included | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |
| © 2008 Wolfram Research, Inc. |