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
- References:
- Aligning framed graphics in rows
- From: Szabolcs Horvát <szhorvat@gmail.com>
- Aligning framed graphics in rows