Re: graphics on the same line
- To: mathgroup at smc.vnet.net
- Subject: [mg31396] Re: [mg31372] graphics on the same line
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Wed, 31 Oct 2001 19:59:20 -0500 (EST)
- References: <200110310831.DAA26459@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
For example,
In[1]:=
g = Table[Plot[Sin[j*x], {x, -Pi, Pi}], {j, 1, 3}];
In[2]:=
Show[GraphicsArray[{g[[1]], g[[2]], g[[3]]}]];
Tomas Garza
Mexico City
----- Original Message -----
From: "cosmicstring" <cosmicstring at yahoo.com>
To: mathgroup at smc.vnet.net
Subject: [mg31396] [mg31372] graphics on the same line
> Is there any way to see more than one graphics on the same output line
like
>
> [graph1] [graph2] [graph3]
>
>
> ?
>
> Thanks in advance...
>
>
>
- References:
- graphics on the same line
- From: "cosmicstring" <cosmicstring@yahoo.com>
- graphics on the same line