MathGroup Archive 2006

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

Search the Archive

Re: Arrange cells side by side

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72210] Re: Arrange cells side by side
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Thu, 14 Dec 2006 05:49:37 -0500 (EST)
  • Organization: The Open University, Milton Keynes, UK
  • References: <elor8t$o61$1@smc.vnet.net>

Bastian Erdnuess wrote:
> Hello,
> 
> is it possible to arrange cells (in the Notebook) side by side instead
> of on top of each other?
> 
> I have two plots more high then width. They are better compareable
> beside each other.
> 
> Thank you,
> Bastian
> 

If it is just about putting graphics side by side, see 
DisplayTogetherArray. Otherwise, check the Author Tools standard package.

Needs["Graphics`Graphics`"]
DisplayTogetherArray[{Plot[Sin[1/x], {x, 0, 2*Pi},
      AspectRatio -> Automatic], Plot[Cos[x^2],
      {x, 0, 2*Pi}, AspectRatio -> Automatic]},
    GraphicsSpacing -> 0.2];

Regards,
Jean-Marc


  • Prev by Date: REPOSTING:RE: REPOSTING: PowerTower extended to real exponents
  • Next by Date: Re: Arrange cells side by side
  • Previous by thread: Re: Arrange cells side by side
  • Next by thread: RE: Arrange cells side by side