Re: Implicit surface plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg26260] Re: Implicit surface plotting
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 10 Dec 2000 00:19:34 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <90kr3q$r42@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Needs["Graphics`ContourPlot3D`"]
ContourPlot3D[f[x,y,z],{x,-1,1},{y,-1,1},{z,-1,1}]
Regards
Jens
Fabio wrote:
>
> Hi everybody!
> I am new to Mathematica and I would like to know what is the command to plot
> a surface expressed by an implicit function f(x,y,z)=0 in 3D...I still
> can't find it!
>
> Thanks, Bye!