|
[Date Index]
[Thread Index]
[Author Index]
multiple 3d plots
- To: mathgroup at smc.vnet.net
- Subject: [mg56303] multiple 3d plots
- From: juejung <juejung at indiana.edu>
- Date: Thu, 21 Apr 2005 05:36:23 -0400 (EDT)
- Organization: IU
- Sender: owner-wri-mathgroup at wolfram.com
how can i plot the following 2 3D-graphs into one graph so that i can see
where they intersect.
Plot3D[3*x^2*y , {x, 1, 2}, {y, 1, 2}];
Plot3D[3*x^2*y , {x, 1, 2}, {y, 1, 2}];
Plot3D[{3*x^2*y,3*x^2*y},{x,1,2},{y,1,2}] would be nice but doesn't work,
since the second argument if for coloring the first. Is there an easy
solution?
thanks
best
juergen
Prev by Date:
Re: How to run multiple sessions on Mac OS X?
Next by Date:
removing sublist . Again and Different
Previous by thread:
Re: Re: Re: Re: Re: multiple 3d plots
Next by thread:
removing sublist . Again and Different
|