MathGroup Archive 2009

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

Search the Archive

Re: Aligning framed graphics in rows

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104649] Re: [mg104634] Aligning framed graphics in rows
  • From: Mark McClure <mcmcclur at unca.edu>
  • Date: Fri, 6 Nov 2009 05:13:49 -0500 (EST)
  • References: <200911050851.DAA21622@smc.vnet.net>

2009/11/5 Szabolcs Horv=E1t <szhorvat at gmail.com>:
> Is there a reliable way to align framed graphics in a row, in such a way
> that both the top and bottom of the frame are at the same level?

Just set an explicit value for ImagePadding.

GraphicsRow[{LogLogPlot[1 + Sin[x],
   {x, 1, 100}, Axes -> False, Frame -> True,
   FrameLabel -> {"horizontal", "vertical"},
   AspectRatio -> 4/5,
   ImagePadding -> {{50, 5}, {40, 5}}],
  Plot[Sinc[x], {x, -5, 5},
   Axes -> False, Frame -> True,
   FrameLabel -> {"horizontal", "vertical"},
   AspectRatio -> 4/5,
   ImagePadding -> {{50, 5}, {40, 5}}]}]

Mark McClure


  • Prev by Date: Mathematica skill level snippet(s)
  • Next by Date: Re: How can I change the default path for the function "Put"?
  • Previous by thread: Aligning framed graphics in rows
  • Next by thread: Re: Aligning framed graphics in rows