Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Plot Ranges
Calling Sequence
plot(f, x=low..hi, y=low..hi, options)
Parameters
f
-
function(s)
x=low..hi
function argument and real range (range optional)
y=low..hi
label for the vertical axis and real range (both optional)
options
plot options (optional)
Description
The horizontal and vertical range specifications define the horizontal and vertical ranges over which the function(s) are displayed.
If no range is specified, a default range is used for the horizontal range. If one range is specified, this is taken as the horizontal range, and a label for the vertical axis may be specified by simply stating the name as a parameter, but not giving it a range. If the vertical range is unspecified, a suitable range will be deduced from the values computed.
The default range is normally when f is a trigonometric function and otherwise.
The low and hi elements of an axis range must be real constants. This includes numbers, plus or minus infinity and constants such as Pi and exp(4).
If either infinity or -infinity is included in an axis range specification then an infinity plot is computed.
Examples
See Also
plot/infinity, plot/options, range, type/range
Download Help Document