MathGroup Archive 2005

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

Search the Archive

Re: multiple 3d plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56304] Re: multiple 3d plots
  • From: juejung <juejung at indiana.edu>
  • Date: Thu, 21 Apr 2005 05:36:26 -0400 (EDT)
  • Organization: IU
  • Sender: owner-wri-mathgroup at wolfram.com

okay, this seems to do the trick.
but the show command doesn't use the color i specified for graph p2. any,  
idea?


p1 = Plot3D[x^2*y, {x, 1, 2}, {y, 1, 2}];
p2 = Plot3D[{3*x*(1/y),Hue[.4]}, {x, 1, 2}, {y, 1, 2}];
Show[p1, p2];


  • Prev by Date: Sort problem
  • Next by Date: Re: How to run multiple sessions on Mac OS X?
  • Previous by thread: Re: Sort problem
  • Next by thread: Re: Re: multiple 3d plots