Filling problem in Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg87324] Filling problem in Plot3D
- From: zac <replicatorzed at gmail.com>
- Date: Tue, 8 Apr 2008 05:33:22 -0400 (EDT)
Dear group, consider the following 3D graphic in v6, with two surfaces: Plot3D[{.3, .7}, {x, 0, 1}, {y, 0, 1}, BoxRatios -> 1, Mesh -> False, PlotStyle -> RGBColor[0, 1, 0, .5], PlotRange -> {{0, 1}, {0, 1}, {0, 1}}, FillingStyle -> {RGBColor[1, 0, 0, .5]}, Filling -> {1 -> {2}} ] There should be some filling between the two surfaces, but no filling is displayed at all. Of course I can fill with Filling -> {1 -> .7}, but what if the target surface is not planar? Any suggestions? Version: 6.0 for Microsoft Windows (32-bit) Istvan Zachar