MathGroup Archive 1993

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

Search the Archive

SphericalPlot3D

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: SphericalPlot3D
  • From: Richard Christensen <richard at remus.ee.byu.edu>
  • Date: Wed, 20 Jan 93 14:34:09 mst

I am trying to plot the Ylm[l,m,theta,phi] using SphericalPlot3D.  I am
unable to use PlotStyle->Thickness[.0001].  I have tried to manipulate
the code for ParametricPlot3D but to no avail.

This works:
a=SphericalPlot3D[Abs[Re[SphericalHarmonicY[0,0,theta,phi]]],{theta,0,Pi},{phi,0,2*Pi},PlotPoints->40,PlotLabel->"Abs[Re[Y00]]",PlotRange->All,ColorOutput->GrayLevel]

This won't:
a=SphericalPlot3D[Abs[Re[SphericalHarmonicY[1,0,theta,phi]]],{theta,0,Pi},{phi,0,2 Pi},PlotPoints->50,PlotLabel->"Abs[Re[Y10]]",PlotRange->All,ColorOutput->GrayLevel,PlotStyle->Thickness[.0001]]

Please help me.

Richard





  • Prev by Date: interpolation of unevenly sampled points
  • Next by Date: Exporting Mathematica output to word processing program
  • Previous by thread: interpolation of unevenly sampled points
  • Next by thread: Exporting Mathematica output to word processing program