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 >