Re: ParametricPlot3D without black lines
- To: mathgroup at smc.vnet.net
- Subject: [mg34369] Re: [mg34353] ParametricPlot3D without black lines
- From: BobHanlon at aol.com
- Date: Fri, 17 May 2002 06:30:51 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 5/16/02 5:26:03 AM, maciej at maciejsobczak.com writes:
>I would like to make a ParametricPlot3D, but without black lines that show
>parameter traces.
>
>With Plot3D the effect I need can be achieved with Mesh->False.
>
>Is it possible with ParametricPlot3D? How?
ParametricPlot3D[
{Cos[u] Cos[v], Sin[u] Cos[v], Sin[v], EdgeForm[]},
{u, 0, 2Pi},{v, -Pi/2, Pi/2}];
Bob Hanlon
Chantilly, VA USA