MathGroup Archive 2008

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

Search the Archive

Re: No Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89118] Re: [mg89100] No Show
  • From: Syd Geraghty <sydgeraghty at mac.com>
  • Date: Mon, 26 May 2008 01:30:40 -0400 (EDT)
  • References: <200805251027.GAA22922@smc.vnet.net>

Narasimham,

In 6.0.2 instead of Show you can use GraphicsColumn to show both plots:-

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}];
GraphicsColumn[{top , bot}]

It would help when you post to identify Mathematica version and also the OS  
you use.

HTH ... Syd


Syd Geraghty B.Sc, M.Sc.

sydgeraghty at mac.com

My System

Mathematica 6.0.2.1 for Mac OS X x86 (64 - bit) (March 13, 2008)
MacOS X V 10.5.2
MacBook Pro 2.33 Ghz Intel Core 2 Duo  2GB RAM






On May 25, 2008, at 3:27 AM, Narasimham 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]



  • References:
    • No Show
      • From: Narasimham <mathma18@hotmail.com>
  • Prev by Date: Re: No Show
  • Next by Date: Re: Re: InputField won't accept wrapped text
  • Previous by thread: Re: No Show
  • Next by thread: Re: No Show