Re: SphericalPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg72061] Re: [mg72028] SphericalPlot3D
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 10 Dec 2006 04:49:14 -0500 (EST)
- Reply-to: hanlonr at cox.net
<< Graphics` SphericalPlot3D[ Abs[SphericalHarmonicY[3, 0, the, phi]]^2, {the, 0, Pi}, {phi, 0, 2Pi}, PlotPoints -> 50, PlotRange -> All, ImageSize -> 400, AspectRatio -> 1.5]; Bob Hanlon ---- "thomas.rausch" <thomas.rausch at lehrer.uni-karlsruhe.de> wrote: > Hi, > > I use mathematica versin 5.0 > I try a visualisation of spherical Harmonics: > > << Graphics` > SphericalPlot3D[(Abs[SphericalHarmonicY[3, 0, the, phi]])^2 , > {the, 0, Pi}, {phi, 0, 2Pi}, > PlotPoints -> 50, PlotRange -> All]; > > I get a very small figure. > How can I get a bigger output? > > Many Thanks > Thomas Rausch >