Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Parametric Plots
Calling Sequence
plot([x(t), y(t), t=range of t], h, v, options)
Parameters
[x, y, range]
-
parametric specifications
h
horizontal range
v
vertical range
options
(optional) plot options; see plot/options
Description
A parametric plot is specified by a list of three items; the first two are real functions of a parameter, the third is the range for the parameter.
When used in conjunction with the option coords=polar, parametric plots produces polar plots.
Several parametric plots can be plotted on the same graph, by providing a set or a list of parametric plots as the first argument. For more information, see plot.
Examples
The command to create the plot from the Plotting Guide is
See Also
plot/options, plots[polarplot], VectorCalculus[SpaceCurve]
Download Help Document