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
Set Plot Coordinate System
Description
The default coordinate system for all two dimensional plotting commands is the cartesian coordinate system. The coords option allows the user to alter this coordinate system. The alternate choices are: bipolar, cardioid, cassinian, elliptic, hyperbolic, invcassinian, invelliptic, logarithmic, logcosh, maxwell, parabolic, polar, rose, and tangent.
See coords for a full description of each of these coordinate systems.
All coordinate systems are also valid for parametrically defined 2-D plots with the same interpretations of the coordinate system transformations.
With most plotting commands, Cartesian axes are displayed by default, regardless of the coordinate system used. The plots[polarplot] command displays polar axes by default. You can also obtain polar axes by adding the axiscoordinates=polar option along with the coords=polar option.
Examples
The command to create the plot from the Plotting Guide is
See Also
addcoords, coords, plot, plot/options, plot3d/coords, plots[changecoords], plots[coordplot]
Download Help Document