Re: Row spacing in GraphicsArray
- To: mathgroup at smc.vnet.net
- Subject: [mg28076] Re: Row spacing in GraphicsArray
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 30 Mar 2001 04:12:27 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <99usnl$61p@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, use several Rectangle[{x1,y1},{x2,y2},graphics] to combine the pictures. Regards Jens Jonny Wilson wrote: > > 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.)