Re: Problem with GraphicsColumn
- To: mathgroup at smc.vnet.net
- Subject: [mg100595] Re: Problem with GraphicsColumn
- From: gyzhou at 139.com
- Date: Tue, 9 Jun 2009 03:53:09 -0400 (EDT)
- References: <h0i8bk$j4h$1@smc.vnet.net>
Actually, the two figures I drew are the same x-axis range but different y-axis range like: GraphicsColumn[{Plot[10^4 Sin@x, {x, 0, 10}, Frame -> True], Plot[Cos@x, {x, 0, 10}, Frame -> True]}] Because of the length of the number of y-axis label in Plot@Sin is longer than Plot@Cos, the figure moves to right hand side. If I want to solve this, I have to add some items like the first and the second cases above. However more problems are encountered.