MathGroup Archive 2006

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

Search the Archive

Re: SpericalPlot3D in Gray?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72133] Re: SpericalPlot3D in Gray?
  • From: Roland Franzius <roland.franzius at uos.de>
  • Date: Wed, 13 Dec 2006 06:39:33 -0500 (EST)
  • Organization: Universitaet Hannover
  • References: <eljab2$7b0$1@smc.vnet.net>

Thomas Rausch schrieb:
> Hi,
> 
> is there a Possibility to show figures with SpericalPlot3D in
> gray-shades?

Use different grey colors (equal RGB-values) for DefaultColor (Mesh 
lines) and LightSources

SphericalPlot3D[
0.2 + Abs[SphericalHarmonicY[3, 0,x, y]]^2, {x, 0, Pi}, {y, 0, 3/2 Pi}, 
DefaultColor ->RGBColor[0.627451, 0.639216, 0.619608],
LightSources ->
     {	{{1, 0, 1}, RGBColor[0.584314, 0.611765, 0.560784]},
	{{1, 1, 1}, RGBColor[0.327451, 0.339216, 0.319608]},
       	{{0, 1, 1}, RGBColor[0.027451, 0.019216, 0.019608]}},
   PlotPoints -> 55
]

-- 

Roland Franzius


  • Prev by Date: Re: it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)
  • Next by Date: Re: How to plot a parellal line
  • Previous by thread: SpericalPlot3D in Gray?
  • Next by thread: RE: SpericalPlot3D in Gray?