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
X11 - X11 plotting device
Description
The widget hierarchy for the Maple 2 and 3 dimensional plotting applications is stored in the appropriate resource file in the X11_defaults sub-directory of the Maple installation.
2-D Mouse Actions: The default bindings of the mouse buttons for the 2-D plot window result in the following actions.
Left
Print coordinates if possible
Middle
None
Right
Magnify
Printing of coordinates is unavailable when the axes labels are not derived from the data values (for example, infinity and log plots).
3-D Mouse Actions: The default bindings of the mouse buttons for the 2-D plot window result in the following actions.
Start rotations
Redraw, end rotations
The rotate actions are not available if the PLOT3D structure is an animation with orientation information in every frame because changing the top level orientation has no effect on these animations.
Animations: There are two methods of running an animation. The first draws each frame into a distinct buffer on the graphics device and then tells the device to rotate through the buffers. This method is fast and provides an even speed but it requires more memory than many devices have. The second method only requires two buffers. It draws into the second buffer while the first is being displayed and then flips the roles of the two buffers. This method uses much less server memory than the first but the speed of the animation is changed by the image complexity. The X11 resource "fastanimate" controls which of the two methods of animation are used by the graphics window. By default, the two buffer method is used for 2d plotting and the multiple buffer method is used for 3d plots.
Note that the x11 driver is not supported on Macintosh(R) or from the Standard worksheet interface.
See Also
plot[device], plot[setup]
Download Help Document