MathGroup Archive 1995

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

Search the Archive

Re: help w/ SphericalPlot3D

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg903] Re: [mg825] help w/ SphericalPlot3D
  • From: "Dennis M. Schneider" <dschneid at knox.edu>
  • Date: Sun, 30 Apr 1995 03:37:32 -0400

EdgeForm[] is what you want.

ParametricPlot3D[{2 Cos[t] Sin[p], 2 Sin[t] Sin[p], 2 Cos[p],EdgeForm[]},
	{t,0,2Pi},{p,0,Pi}]

Dennis Schneider
Knox College


On Mon, 24 Apr 1995, Damion Thomas Searls wrote:

> I'm trying to make a spherical plot but w/ no edges drawn on the polygons 
> (I'm looking for a similar effect to the one from making surface plots w/ 
> Mesh -> False) I've tride giving the directive EdgeForm[Thickness[0]] to 
> the list of polygons but that only gives me the default thickness.  Is there
> something simple I'm missing?
> Thanks
> Damion
> damion at wam.umd.edu
>    
> 
> 


  • Prev by Date: Re: Programming: List Structure Manipulation
  • Next by Date: Error in graphical display
  • Previous by thread: Re: help w/ SphericalPlot3D
  • Next by thread: PowerExpand/InverseTrig snafu