MathGroup Archive 2002

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

Search the Archive

Re: ParametricPlot3D without black lines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34365] Re: ParametricPlot3D without black lines
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 17 May 2002 06:30:45 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <abvtsh$m3o$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

ParametricPlot3D[{
  Cos[phi]*Sin[th], Sin[phi]*Sin[th], Cos[th], 
    EdgeForm[]}, 
  {th, 0, Pi}, 
  {phi, 0, 3Pi/2}]

?

Regards
  Jens

Maciej Sobczak wrote:
> 
> Hi,
> 
> 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?
> 
> Thank you very much,
> 
> --
> Maciej Sobczak
> http://www.maciejsobczak.com/


  • Prev by Date: Notations / syntax extension
  • Next by Date: Re: solving vector equations in mathematica
  • Previous by thread: Re: ParametricPlot3D without black lines
  • Next by thread: RE: ParametricPlot3D without black lines