MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

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 *)




  • Prev by Date: Re: RE: Corrupted Files & Version 4.2 Problems
  • Next by Date: RE: Yet another Version 4.2 Integration howler
  • Previous by thread: RE: How to suppress the mesh in ParametricPlot3D ?
  • Next by thread: Re: How to suppress the mesh in ParametricPlot3D ?