Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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