MathGroup Archive 2008

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

Search the Archive

Re: No Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89107] Re: [mg89100] No Show
  • From: "W_Craig Carter" <ccarter at mit.edu>
  • Date: Mon, 26 May 2008 01:28:38 -0400 (EDT)
  • References: <200805251027.GAA22922@smc.vnet.net>

Hello Narasimham,

Show[bot, top, PlotRange -> All]

will work, but you may wish to check out plotting this one a a level
set, i.e., ContourPlot3D.

Craig

On Sun, May 25, 2008 at 6:27 AM, Narasimham <mathma18 at hotmail.com> wrote:
>
> 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
>
>



-- 
W. Craig Carter


  • References:
    • No Show
      • From: Narasimham <mathma18@hotmail.com>
  • Prev by Date: Multiplication of matrices
  • Next by Date: Re: No Show
  • Previous by thread: No Show
  • Next by thread: Re: No Show