MathGroup Archive 2008

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

Search the Archive

Re: Non-transparent wireframe in Plot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92186] Re: Non-transparent wireframe in Plot3D
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Mon, 22 Sep 2008 07:09:32 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <gb7oau$nfc$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi}, Lighting -> None,
  ColorFunction -> (Glow[White] &)]

??

Regards
   Jens

dkjk at bigpond.net.au wrote:
> Hi,
> 
> Is there any way to get Mathematica to set the surface shading to be
> purely white (not transparent)?
> 
> The closest I've been able to achieve is by using ColorFunction ->
> Function[{x, y, z}, White] which produces a gray-scale gradient.
> 
> Best regards,
> James
> 


  • Prev by Date: Re: Debracketing array symbols
  • Next by Date: Re: mathematica 6.0.3 and mac os x 10.5.5 crashes?
  • Previous by thread: Non-transparent wireframe in Plot3D
  • Next by thread: Re: Non-transparent wireframe in Plot3D