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[setoptions] - set default options for plots
Calling Sequence
setoptions(options)
Parameters
options
-
(optional) standard options accompanying PLOT structures
Description
This function sets global options for 2-D plots. These become default for all subsequent 2-D plots in the same Maple session. See the plot/options help page for a list of options.
Typically the user puts a call to this function with customized options in the init file. See the mapleinit help page for details.
The following options cannot be set with the setoptions command: adaptive, coords, discont, filled, filledregions and sample.
The setoptions command allows a single value to be set for each option; lists of option values are not accepted. To specify a list of colors for curves in a 2-D plot, use the plots[setcolors] command.
Examples
See Also
mapleinit, plot/option, plots[setcolors], plots[setoptions3d]
Download Help Document