MathGroup Archive 1997

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

Search the Archive

Re: ContourPlots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7067] Re: [mg7038] ContourPlots
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Sat, 3 May 1997 22:04:57 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

2 May 1997
swiederh at ucsd.edu (Scottt)
[mg7038] ContourPlots

>I need a way to graph 3d equations such as x^2 + y^2  + z^2 == 1

Scott,

<<Graphics`ContourPlot3D`

ContourPlot3D[x^2 + y^2  + z^2, 		
	{x,-1.5,1.5},{y,-1.5,1.5},{z,-1.5,1.5},
  	Contours ->{1}
]

Allan Hayes
hay at haystack.demon.co.uk
http://haystack.demon.co.uk


  • Prev by Date: Re: ContourPlots
  • Next by Date: Re: How to set linewidth in 3-D graphics?
  • Previous by thread: Re: ContourPlots
  • Next by thread: How to set linewidth in 3-D graphics?