plot1 and plot2
- To: mathgroup at smc.vnet.net
- Subject: [mg42308] plot1 and plot2
- From: Nakhova Irina <I.Nakhova at gcal.ac.uk>
- Date: Sat, 28 Jun 2003 03:21:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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