ContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg3387] ContourPlot
- From: Elias Saab <mathes at esaab.math.missouri.edu>
- Date: Sun, 3 Mar 1996 02:24:02 -0500
- Sender: owner-wri-mathgroup at wolfram.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 ==== [MESSAGE SEPARATOR] ====