MathGroup Archive 2007

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

Search the Archive

Figures size and GraphicsArray

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84213] Figures size and GraphicsArray
  • From: "Jung-Tsung Shen" <jushen at gmail.com>
  • Date: Fri, 14 Dec 2007 03:57:25 -0500 (EST)

Hi, I generated several 2D figures (curves), fig1, fig2, fig3, fig4, and
then used

Show[GraphicsArray[{{fig1, fig2},{fig3, fig4}}]]

to plot the figures together.

However, the above command keeps the total size of the figure, i.e.,
including the numbers of the y coordinates, to be the same, rather than the
size of the bounded box the same, even each figure is plotted with the same
x range. Since the numbers of the y coordinates are different (for example,
0.1 -- 0.9 for fig1, but 0.001 -- 0.009 for fig2 ... etc), the array does
not look too pleasant.

Is there any way to overcome this problem?

Thanks.

JT

PS. I do not subscribe this list, so please Cc to me when reply. Thanks!



  • Prev by Date: Joining two Tables or something like that.
  • Next by Date: Re: Is there a way to change points style in Mathematica?
  • Previous by thread: Re: Joining two Tables or something like that.
  • Next by thread: Have I found a bug?