|
[Date Index]
[Thread Index]
[Author Index]
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.
Prev by Date:
Re: Wrong Simplify[] Answer for Simplify[Cos[x]^4-Sin[x]^4]?
Next by Date:
Re: Bug with Sequence
Previous by thread:
Re: Contour plot labels with higher precision
Next by thread:
Re: Aligning framed graphics in rows
|