Aligning framed graphics in rows
- To: mathgroup at smc.vnet.net
- Subject: [mg104634] Aligning framed graphics in rows
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Thu, 5 Nov 2009 03:51:30 -0500 (EST)
Hello, 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? Here is an example: GraphicsRow[ { LogLogPlot[1 + Sin[x], {x, 1, 100}, Axes -> False, Frame -> True, FrameLabel -> {"horizontal", "vertical"}, AspectRatio -> 4/5], Plot[Sinc[x], {x, -5, 5}, Axes -> False, Frame -> True, FrameLabel -> {"horizontal", "vertical"}, AspectRatio -> 4/5] }] Note how the second graphic is taller than the first one. I would like the frames to be properly aligned, for aesthetic reasons. All my graphics have (different) frame labels, and their aspect ratio is fixed.
- Follow-Ups:
- Re: Aligning framed graphics in rows
- From: Mark McClure <mcmcclur@unca.edu>
- Re: Aligning framed graphics in rows