MathGroup Archive 2004

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

Search the Archive

Re: 3D plotting problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51783] Re: 3D plotting problem
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 2 Nov 2004 02:05:03 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <cm20mr$g60$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

a) learn the correct syntax, i.e,
fz[a_]["2p",x_,y_,z_]=z*Exp[-a*Sqrt[x^2+y^2+z^2]]

b) set the Contours option in ContourPlot3D[] to an non zero value

Regards
  Jens



"Henning Heiberg-Andersen" <Henning.Heiberg-Andersen at fi.uib.no> schrieb im 
Newsbeitrag news:cm20mr$g60$1 at smc.vnet.net...
>
> Hi,
>
> I find myself unable to make a 3D plot of the atomic
> 2p orbital
>
> f_z(2p,x,y,z;a)=z*Exp[-a*Sqrt[x^2+y^2+z^2]].
>
> As far as I can understand, 'ContourPlot3D' is the
> only option, but it gives either an empty plot box or
> a flat sheet.
>
> Can anyone suggest a way out?
>
> Best regards,
> Henning Heiberg-Andersen
>
>
>
>
>
> 



  • Prev by Date: Graphics and Random[] questions
  • Next by Date: Re: plot variance(s)
  • Previous by thread: Re: Re: Re: 3D plotting problem
  • Next by thread: Re: 3D plotting problem