|
[Date Index]
[Thread Index]
[Author Index]
Re: 3DGraphics color problem
- To: mathgroup at smc.vnet.net
- Subject: [mg13307] Re: [mg13159] 3DGraphics color problem
- From: Sean Ross <seanross at worldnet.att.net>
- Date: Fri, 17 Jul 1998 03:19:08 -0400
- References: <199807131142.HAA17379@smc.vnet.net.>
- Sender: owner-wri-mathgroup at wolfram.com
robpetersonSPAMME at iname.com wrote:
>
> I have been doing some 3D plots, like Plot3D and I find that the
> surfaces are plotted in various colors. These colors make a great mess
> when copied or faxed. I have been trying for some time to find the
> option which will drop all of this color and simply do a black/white
> gridded surface which will fax nicely. I've tried Lighting,
> ColorFunction, DefaultColor, and a bunch of others and all I can
> achieve is to make the surface completely black -- which is worse. Can
> some kind soul give me a hint of what to do to get rid of all that
> damned color and/or black and white shading which kills plots?
>
> Thanks, Rob
Set the ColorFunction -> GrayLevel[#]&.
Prev by Date:
keys in a hash table (aka, all assigned indices in an array): awful hack
Next by Date:
Re: Can it be done - easily?
Previous by thread:
3DGraphics color problem
Next by thread:
Re: 3DGraphics color problem
|