ContourPlot
- Subject: [mg3387] ContourPlot
- From: mathes at esaab.math.missouri.edu (Elias Saab)
- Date: 3 Mar 1996 10:34:32 -0600
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Wolfram Research, Inc.
- Sender: daemon at wri.com
My question is the following: The code below ContourPlot[x^2 + y^2 -1,{x,-1,1},{y,-1,1}, Contours->{0}] will produce a filled black circle. What options one has to add to produce a filled Red Circle for example? The following code ContourPlot[x^2 + y^2 -1,{x,-1,1},{y,-1,1}, Contours->{0},ColorFunction->Hue] will make the inside and the outside of the circle Red. Any help is appreciated. Thanks Elias Saab