Re: Non-transparent wireframe in Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg92232] Re: Non-transparent wireframe in Plot3D
- From: dkjk at bigpond.net.au
- Date: Tue, 23 Sep 2008 07:35:49 -0400 (EDT)
- References: <gb7oau$nfc$1@smc.vnet.net> <gb7ud6$rp3$1@smc.vnet.net>
On Sep 22, 9:09 pm, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de>
wrote:
> Hi,
>
> Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi}, Lighting -> None,
> ColorFunction -> (Glow[White] &)]
>
> ??
>
> Regards
> Jens
>
>
>
> d... 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- Hide quoted text -
>
> - Show quoted text -
That's just what I was looking for.
Thanks.
James