MathGroup Archive 2013

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

Search the Archive

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



  • Prev by Date: Re: Undo/Redo
  • Next by Date: Re: Win7 "not responding"; WinXP no problem w/ my Manipulate
  • Previous by thread: Re: Factoring a polynomial with many variables
  • Next by thread: Re: problems with plots aligning