RE: Row spacing in GraphicsArray
- To: mathgroup at smc.vnet.net
- Subject: [mg28091] RE: [mg28056] Row spacing in GraphicsArray
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 30 Mar 2001 04:12:44 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
An alternative to using GraphicsArray is to use Rectangle with a third
Graphics argument. You can then use:
Show[Graphics[{Rectangle[_,_,graphics1],Rectangle[_,_,graphics2],...}]]
and position your graphics however you want.
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
> From: Jonny Wilson [mailto:jonny at jonny.com]
To: mathgroup at smc.vnet.net
>
> Is there a way of independently adjusting the spaces between pairs of
> adjacent rows in a GraphicsArray? (The option GraphicsSpacing can only
> set all of the row spaces to the same value.)
>