MathGroup Archive 2001

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

Search the Archive

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...
>
>
>



  • Prev by Date: Re: How big a problem can ConstrainedMax handle?
  • Next by Date: Re: weibull distribution
  • Previous by thread: graphics on the same line
  • Next by thread: Re: graphics on the same line