Plots a 2D parametric curve.
Weicht von der .wl-Referenz ab: `ParametricPlot` samples uniformly
ParametricPlot[{f x, f y}, {u, umin, umax}]
ParametricPlot[{{f x, f y}, {g x, g y}, …}, {u, umin, umax}]
ParametricPlot[{f x, f y}, {u, umin, umax}, {v, vmin, vmax}]
ParametricPlot[{{f x, f y}, {g x, g y}, …}, {u, umin, umax}, {v, vmin, vmax}]
ParametricPlot[{…, w[{f x, f y}], …}, …]
ParametricPlot[…, {u, v}∈ reg]
Head[ParametricPlot[{Cos[t], Sin[t]}, {t, 0, 2 Pi}]]
→ GraphicsHead[ParametricPlot[{{{Cos[t], Sin[t]}, {2 Cos[t], 2 Sin[t]}}}, {t, 0, 2 Pi}]]
→ GraphicsHead[ParametricPlot[Table[{a Cos[t], a Sin[t]}, {a, 1, 3}], {t, 0, 2 Pi}]]
→ Graphics- AspectRatio — default Automatic
- Axes — default True
- BoundaryStyle — default Automatic
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- EvaluationMonitor — default None
- Exclusions — default Automatic
- ExclusionsStyle — default None
- Frame — default Automatic
- LabelingSize — default Automatic
- MaxRecursion — default Automatic
- Mesh — default None
- MeshFunctions — default Automatic
- MeshShading — default None
- MeshStyle — default Automatic
- Method — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotHighlighting — default Automatic
- PlotLabels — default None
- PlotLegends — default None
- PlotPoints — default Automatic
- PlotRange — default Automatic
- PlotRangeClipping — default True
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- ScalingFunctions — default None
- TextureCoordinateFunction — default Automatic
- TextureCoordinateScaling — default True
- WorkingPrecision — default MachinePrecision