Re: Showing a limited GrayLevel
- To: mathgroup at smc.vnet.net
- Subject: [mg19044] Re: Showing a limited GrayLevel
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 5 Aug 1999 01:34:39 -0400
- Organization: Universitaet Leipzig
- References: <7o5eg9$rf1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Steve, ColorFunction->(GrayLevel[#/2+1/2] &) as Option for ContourPlot[] will do what you want. Hope that helps Jens Steve Hocter wrote: > > I have a quick question about changing the GrayLevel in contour plots. > > When using ContourPlot, how is it possible to limit the GrayLevel range? > That is, instead of GrayLevel being scaled between 0 and 1, the contours > would be shown between 0.5 and 1 cutting out any totally black parts of the > plot. > > Thanks, > > Steve.