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
plots[multiple] - Plot multiple functions
Calling Sequence
multiple(plotcommand, plotargs1, ..., plotargsn, options)
Parameters
plotcommand
-
plot command to apply
plotargs1, ..., plotargsn
list of arguments to the plot command
options
(optional) plot options
Description
The multiple command builds a composite plot.
The parameter plotcommand is a Maple plotting command, applied to the plot arguments plotargsi.
Each parameter plotargsi is a list of arguments for plotcommand, the plotting command. To plot the sine function for two different frequencies, you can use:
plots[multiple]( plot, [sin(2*x), x=-Pi..Pi], [sin(3*x), x=-Pi..Pi] );
The remaining arguments to the multiple command are interpreted as options. They are equations of the form option = value, and are passed on to the plots[display] command.
Examples
See Also
plot, plot/option, plot3d, plot3d/option, plots, plots[animate]
Download Help Document