Re: ListContourPlot Color
- To: mathgroup at smc.vnet.net
- Subject: [mg31497] Re: [mg31474] ListContourPlot Color
- From: Anton Antonov <antonov at wolfram.com>
- Date: Thu, 8 Nov 2001 04:54:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi there, You can try this modifyed exmaple from the help: ListContourPlot[ Table[x^2 + y^2 + Random[Real, {-0.2, 0.2}], {x, -2, 2, 0.1}, {y, -2, 2, 0.1}], ColorFunction -> (Hue[1 - #1] &)]; I added a rule for the option 'ColorFunction'. For the options avalable in 'ListContourPlot' you should refer to 'ContourGraphics'. Best, Anton ============================================================== Anton Antonov Antonov, PhD ***** Wolfram Research Inc. http://www.imm.dtu.dk/~uniaaa *** tel +1 217 398 0700 #782 ============================================================== Give me wings and I will crawl faster! -------------------------------------------------------------- On Wed, 7 Nov 2001 Moranresearch at aol.com wrote: > Is the a way to assign specific colors to the intervals between individual > contours? > Thank you. John R Moran PhD,MD >