MathGroup Archive 2008

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

Search the Archive

Re: No Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89130] Re: No Show
  • From: dh <dh at metrohm.ch>
  • Date: Mon, 26 May 2008 06:23:46 -0400 (EDT)
  • References: <g1bf08$mcv$1@smc.vnet.net>


Hi Narasimham,

Mathematica takes the PlotRange option from the first place it finds it, 

in your case from top. Therefore, you have to specify PlotRange to see 

both halves:

Show[top,bot,PlotRange->{-1,1},BoxRatios->Automatic]

hope this helps, Daniel



Narasimham wrote:

> 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

> 





-- 



Daniel Huber

Metrohm Ltd.

Oberdorfstr. 68

CH-9100 Herisau

Tel. +41 71 353 8585, Fax +41 71 353 8907

E-Mail:<mailto:dh at metrohm.com>

Internet:<http://www.metrohm.com>




  • Prev by Date: Re: Multiplication of matrices
  • Next by Date: Re: Symbols in expression
  • Previous by thread: Re: No Show
  • Next by thread: Re: No Show