MathGroup Archive 2007

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

Search the Archive

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



  • Prev by Date: expansion of a complex exponential in terms of Bessel functions
  • Next by Date: Is this normal for Limit?
  • Previous by thread: Row vs. GraphicsRow
  • Next by thread: New LevinIntegrate package for highly oscillatory integration