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
plots[sphereplot] - plot a 3-D surface in spherical coordinates
Calling Sequence
sphereplot(L, r1, r2, options)
Parameters
L
-
procedure or expression having two variables, or list of three such procedures or expressions
r1, r2
ranges of the form
options
(optional) plot options; see plot3d/option
Description
Important: The sphereplot command has been deprecated. Use the superseding calling sequence plot3d(args, coords=spherical), which is equivalent to the plots[sphereplot](args) calling sequence. For more information, see plot3d[coords].
The sphereplot command creates a three-dimensional plot of a surface or parametric surface in spherical coordinates. The individual functions can be in the form of either expressions or procedures.
If L is not a list, then L represents radius given in terms of theta and phi. Otherwise, if L is a list, then the three components represent radius, theta, and phi, respectively.
The remaining arguments are interpreted as options which are specified as equations of the form option = value. These options are the same as those found in plot3d. For example, the option specifies that the set of points representing the three-dimensional plot is evaluated over an m by n grid of points. For more information, see plot3d/option.
The result of a call to sphereplot is a PLOT3D structure which can be rendered by the plotting device. You can assign a PLOT3D value to a variable, save it in a file, then read it back in for redisplay. For more information, see plot3d[structure].
Examples
Important: The sphereplot command has been deprecated. Use the superseding calling sequence plot3d(args, coords=spherical), which is equivalent to the plots[sphereplot](args) calling sequence.
See Also
plot3d, plot3d/option, plot3d[structure], plots, read, save
Download Help Document