problems with plots aligning
- To: mathgroup at smc.vnet.net
- Subject: [mg129772] problems with plots aligning
- From: piotr <kalaipiotrek at gmail.com>
- Date: Tue, 12 Feb 2013 03:25:02 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Dear All, I would like to ask if anybody know how to fix a following problem: I need to plot 3 figures. The main one (figA) and two small figures under it (figB and figC). However, when I use GraphicsGrid command then the main figure is very small. Does anybody know how to align frames of this three figures? figA = Plot[Sin[x], {x, 0, 10}, Axes -> False, Frame -> True]; figB = Plot[Cos[x], {x, 0, 10}, Axes -> False, Frame -> True, AspectRatio -> 0.2]; figC = Plot[Sin[x], {x, 0, 5}, Axes -> False, Frame -> True, AspectRatio -> 0.2]; GraphicsGrid[{{figA}, {figB}, {figC}}] Regards, Piotr
- Follow-Ups:
- Re: problems with plots aligning
- From: kala piotrek <kalaipiotrek@gmail.com>
- Re: problems with plots aligning
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: problems with plots aligning