Problem with GraphicsColumn
- To: mathgroup at smc.vnet.net
- Subject: [mg100549] Problem with GraphicsColumn
- From: gyzhou at 139.com
- Date: Mon, 8 Jun 2009 02:03:34 -0400 (EDT)
Hi, guys:
I encounter a problem below:
My aim is to obtain a graphicscolumn for my paper to be submited:
GraphicsColumn[{Plot[Sin@x, {x, 0, 10}, Frame -> True],
Plot[Cos@x, {x, 0, 10}, Frame -> True]}, Alignment -> Right,
ImageSize -> 500, Spacings -> Scaled[-.1]]
However I find the right part of the outcome contains blank space.
If I add two items:
GraphicsColumn[{Plot[Sin@x, {x, 0, 10}, Frame -> True],
Plot[Cos@x, {x, 0, 10}, Frame -> True]}, Alignment -> Right,
ImageSize -> 500, Spacings -> Scaled[-.1], Frame -> All,
FrameStyle -> Opacity[0]]
it works. However when I Export["FIG1.EPS",%,"EPS"] , it inevitably
contains the Frame.
This bother me a lot. Can anyone help me ? Thanks in advance!