| Author |
Comment/Response |
Jane
|
08/10/12 08:25am
Hi,
I have to functions (I put something simple for an example)
f=-x^2-y^2
g=x-y
I want to plot f<=0 and g==0. I see that I can do it separately, i.e.
ContourPlot[f,{x,0,1},{y,0,1},RegionFunction -> Function[{x, y, z}, f <= 0] and
ContourPlot[g==0,{x,0,1},{y,0,1}]
I want to put these two plots together in one (line for g==0 and an area f<=0) is it possible to do?
URL: , |
|