Re: Different Plots in the Same Window?
- To: mathgroup at smc.vnet.net
 - Subject: [mg4907] Re: [mg4852] Different Plots in the Same Window?
 - From: Andrei Constantinescu <constant at athena.polytechnique.fr>
 - Date: Fri, 4 Oct 1996 00:17:42 -0400
 - Sender: owner-wri-mathgroup at wolfram.com
 
 
In[1]:= ?GraphicsArray
GraphicsArray[{g1, g2, ...}] represents a row of graphics objects.
   GraphicsArray[{{g11, g12, ...}, ...}] represents a two-dimensional array of
   graphics objects.
... so you have to create the graphics-objects and then use:
Show[ GraphicsArray[{g1, g2, ...}] ] 
to see everything in a window !
(see p. 147 Mma Book)
 I hope it helps !
   a + andrei
==== [MESSAGE SEPARATOR] ====