Re: Re: Color space conversion in Mathematica v6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg89019] Re: [mg89008] Re: Color space conversion in Mathematica v6.0
- From: "W_Craig Carter" <ccarter at mit.edu>
- Date: Sat, 24 May 2008 03:50:59 -0400 (EDT)
- References: <g11ram$ag5$1@smc.vnet.net> <g134dc$lvi$1@smc.vnet.net>
Hello Robert,
Here is a suggestion:
Compare:
Plot3D[Sin[x Sin[y]], {x, 0, 10}, {y, 0, 10},
ColorFunction -> Blend[White, Lighter[Gray]]]
Plot3D[Sin[x Sin[y]], {x, 0, 10}, {y, 0, 10},
ColorFunction -> "GrayTones"]
> Thanks for the suggestion. Unfortunately it is just this more
> complicated situation I must deal with. For 2D graphics I am able to
> produce grayscale versions of the color graphics. I am now left with
> the 3D graphics. Some are produced by Plot3D[] and others by
> RegionPlot3D[]. I have tried specifying ColorFunction->"GrayTones",
> but the output seems too dark (too black, not enough gray). If you
> have any further suggestions or can point me to some documentation or
> examples, I would be grateful.
>
> Thanks,
> Bob
>
>
>
>
--
W. Craig Carter