Re: How to suppress the mesh in ParametricPlot3D ?
- To: mathgroup at smc.vnet.net
- Subject: [mg35298] Re: How to suppress the mesh in ParametricPlot3D ?
- From: digrpat at aol.com (Patrick Callahan)
- Date: Sat, 6 Jul 2002 06:10:24 -0400 (EDT)
- References: <ag3en0$73b$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> > ParametricPlot3D[sphere, {u,0,2Pi}, {v, 0,Pi}, PlotPoints -> 50] > (* OK, but meshed *) ParametricPlot3D[ {Sin[v]Cos[u], Sin[v]Sin[u], Cos[v], {EdgeForm[]}}, {u,0,2Pi}, {v, 0,Pi}, PlotPoints -> 200] (* Not meshed *)