MathGroup Archive 2008

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

Search the Archive

No Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89100] No Show
  • From: Narasimham <mathma18 at hotmail.com>
  • Date: Sun, 25 May 2008 06:27:46 -0400 (EDT)

Why is the following plot, bot, (with - Sqrt) not Shown along with
top?

Why is it treated only as a plot skeleton, so no combining is
possible?

bot = Plot3D[-Sqrt[1 - (x^2 + y^2) ] , {x, -1, 1}, {y, -1, 1}]
top = Plot3D[+Sqrt[1 - (x^2 + y^2) ] , {x, -1, 1}, {y, -1, 1}]
Show[top, bot]

TIA
Narasimham


  • Follow-Ups:
  • Prev by Date: Re: Solve's Strange Output
  • Next by Date: Re: NDSolve limits
  • Previous by thread: Re: Bug in Mathematica or my mistake?
  • Next by thread: Re: No Show