Re: plotting with mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg8821] Re: plotting with mathematica
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Fri, 26 Sep 1997 00:33:44 -0400
- Organization: University of Western Australia
- Sender: owner-wri-mathgroup at wolfram.com
hwong at acs.itd.uts.edu.au wrote:
> I would like to know how to plot 3 3-d graphs together,
> i can plot them separately, but i would like to see the graphs
> all together, which will clearly show where the graphs intersect,
> and how they appear together.
Use Show. E.g.,
In[1]:= Plot3D[Sin[x y],{x,0,3},{y,0,3}];
In[2]:= Plot3D[Cos[x y],{x,0,3},{y,0,3}];
In[3]:= Show[%,%%]
Cheers,
Paul
____________________________________________________________________
Paul Abbott Phone: +61-8-9380-2734
Department of Physics Fax: +61-8-9380-1014
The University of Western Australia
Nedlands WA 6907 mailto:paul at physics.uwa.edu.au
AUSTRALIA http://www.pd.uwa.edu.au/~paul
God IS a weakly left-handed dice player
____________________________________________________________________