 
 
 
 
 
 
Re: SphericalPlot3D & RealTime3D
- To: mathgroup at smc.vnet.net
- Subject: [mg43346] Re: SphericalPlot3D & RealTime3D
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Tue, 26 Aug 2003 07:13:19 -0400 (EDT)
- References: <bich46$22g$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`ParametricPlot3D`"];
SphericalPlot3D[{2, EdgeForm[]},
    {theta, 0, Pi},{phi, 0, 2 Pi}, PlotPoints -> 36];
Bob Hanlon
In article <bich46$22g$1 at smc.vnet.net>, Mike <mikeh1980 at optusnet.com.au> wrote:
<< Is it possible to remove the mesh lines in SphericalPlot3D?  There is no
"mesh" option.

