| Author |
Comment/Response |
Mel
|
05/30/12 10:24pm
so far I have found that filling the area is possible in Plot[] by doing this
Plot[{Sin[x] + x/2, Sin[x] + x}, {x, 0, 10}, Filling -> {1 -> {2}}]
so I tried something similar in Plot3D[]
Plot3D[{Sin[x] Sin[y], Sin[y] Cos[x]} , {x, -3, 3}, {y, -2, 2},
Filling -> {1 -> {2}}, FillingStyle -> Orange]
is there a way to fill the area between two 3D functions, what is wrong with the way I am approaching this?
Thanks!
URL: , |
|