ColorFunction
- To: mathgroup at smc.vnet.net
- Subject: [mg30477] ColorFunction
- From: Richard S Hsu <rhsu at U.Arizona.EDU>
- Date: Thu, 23 Aug 2001 02:15:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
When draw a contour plot, one can use the ColorFunction option to shade.
For example:
ContourPlot[ Sin[x]*Tan[y], {x, 0.2, 1}, {y, 0.2, 1},
ColorFunction -> Hue ]
I want to know how to use RGBColor instead of Hue?
Thanks.