MathGroup Archive 2003

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

Search the Archive

Re: GraphicsArray question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39920] Re: GraphicsArray question
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 12 Mar 2003 02:27:57 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b4k384$8bs$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

use 

Graphics[
  {Rectangle[{x1,y1},{x2,y2},YourFirstGraphics],
   Rectangle[{q1,r1},{q2,r2},YourSecondGraphics]}
 ]

to control the position and the aspect ratio.

Regards
  Jens

Roland Nilsson wrote:
> 
> Hi,
> 
> I'm having some trouble with getting GraphicsArray[] to do what I want.
> I have some plots that are not quadratic, which I would like to align
> against each other.
> For example, consider two Graphics objects with equal width but unequal
> height.
> Can I align them on top of each other without forcing them to be quadratic
> (as
> GraphicsArray[] does, which produces a lot of whitespace for "thin" objects)
> ?
> 
> Thanks for any help,
> 
> ---------------------------------------------
> Roland Nilsson
> IFM Computational Biology
> Linköping University, Sweden
> rolle at ifm.liu.se


  • Prev by Date: RE: GraphicsArray question
  • Next by Date: Re: Help with module please
  • Previous by thread: RE: GraphicsArray question
  • Next by thread: Re: GraphicsArray question