MathGroup Archive 2003

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

Search the Archive

RE: plot1 and plot2

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42324] RE: [mg42308] plot1 and plot2
  • From: "David Park" <djmp at earthlink.net>
  • Date: Tue, 1 Jul 2003 08:45:34 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Irina,

Try

Show[Graphics3D[plot1], Graphics3D[plot2]]

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 

From: Nakhova Irina [mailto:I.Nakhova at gcal.ac.uk]
To: mathgroup at smc.vnet.net

Hi,
I need to show plot1 and plot2, which were built by the following way :
Needs["ExtendGraphics`SurfaceGraphics3D`"]
data1={{0.0,0.0,0.0},{1.0,0.0,1.0},{2.0,0.0,2.0},{3.0,3.0,3.0}};
data2={{0.0,0.0,0.0},{1.0,2.0,1.0},{2.0,3.0,2.0},{3.0,3.0,3.0}};
plot1=ListSurfacePlot3D[data1]
plot2=ListSurfacePlot3D[data2]
on one picture, but the command Show[plot1,plot2] does not help. Could you
help me with this problem, please? 
Irina
 


  • Prev by Date: Re: format Text in graphics
  • Next by Date: Re: format Text in graphics
  • Previous by thread: Re: Re: format Text in graphics
  • Next by thread: RE: plot1 and plot2