Re: 3D Graphics in Spherical Coordinates
- To: mathgroup@smc.vnet.net
- Subject: [mg10824] Re: 3D Graphics in Spherical Coordinates
- From: Allan Hayes <hay@haystack.demon.co.uk>
- Date: Tue, 10 Feb 1998 21:01:38 -0500
- References: <6babe3$bgn@smc.vnet.net>
Raul Abreu Dominguez wrote:
> Is there any package to perform 3D graphics in Spherical Coordinates?
Load standard Add-on
<<Graphics`ParametricPlot3D`
This provides SphericalPlot3D
In[1]:=
?SphericalPlot3D
>From In[1]:=
SphericalPlot3D[r, {theta, thetamin, thetamax}, {phi, phimin,
phimax}, (options)] plots r as a function of the angles
theta and phi. SphericalPlot3D[{r, style}, ...] uses style
to render each surface patch.
--
Allan Hayes
Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642