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: [mg72215] Re: [mg72147] Arrange cells side by side
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 14 Dec 2006 05:50:39 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Needs["Graphics`"];

DisplayTogetherArray[
    Plot[x^2, {x, 0, 10}, AspectRatio->2],
    Plot[x^3, {x, 0, 10}, AspectRatio->2],
    ImageSize->400];


Bob Hanlon

---- Bastian Erdnuess <earthnut at web.de> 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
> 


  • Prev by Date: Re: How to solve this equation?
  • Next by Date: Re: How to solve this equation?
  • Previous by thread: Re: Arrange cells side by side
  • Next by thread: Re: Arrange cells side by side