|
[Date Index]
[Thread Index]
[Author Index]
Re: 3D Graphics in Spherical Coordinates
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
Prev by Date:
Re: optimize
Next by Date:
Thank you
Prev by thread:
3D Graphics in Spherical Coordinates
Next by thread:
Truth-Plot
|