Filling Between Two Plots
|
06/22/12 5:49pm
Hello All,
I am having some trouble with a fairly simple task. I want to plot two three-dimensional data sets which represent two surfaces. Then I want to fill the bottom surface to zero and the top surface to the bottom surface. Lets start just with filling between.
ListPlot3D[{Zhardsample, ZLubricated*5}, Filling -> {1 -> {2, Blue}}]
(The two data sets are two dimensional arrays of heights)
When I do this it fills from the bottom surface to the top surface, but there is also a box which goes all the way to the top around the surface and ruins the effect.
ListPlot3D[{Zhardsample, ZLubricated*5}, Filling -> {2 -> {1, Blue}}]
When I do this it fills from the very top to the top surface and that is it.
Can anyone help me with this issue?
Thank you so much,
-PD
URL: , |