MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: REMINDER--Advanced Mathematica Summer School
  • Next by Date: Re: RegionPlot color
  • Previous by thread: RE: Re: REMINDER--Advanced Mathematica Summer School
  • Next by thread: Re: Filling problem in Plot3D