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];
- Follow-Ups:
- Re: Re: multiple 3d plots
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Re: multiple 3d plots