Re: Row vs. GraphicsRow
- To: mathgroup at smc.vnet.net
- Subject: [mg82257] Re: Row vs. GraphicsRow
- From: Will Robertson <wspr81 at gmail.com>
- Date: Tue, 16 Oct 2007 03:31:47 -0400 (EDT)
- References: <fei3h8$qoc$1@smc.vnet.net>
On Oct 10, 5:46 pm, Will Robertson <wsp... at gmail.com> wrote: > I've tried various combinations of ImageSize and AspectRatio and I > can't eliminate the larger "outer box" of g2, so the plots are way too > far apart; can anyone offer a solution? For future reference, the answer is "use Inset": Graphics[{Inset[Row[{g1, g2}], {0, 0}, Center]}, ImageSize -> {Automatic, 150}] Cheers, Will