Remove space from around elements of GraphicsColumn
- To: mathgroup at smc.vnet.net
- Subject: [mg84855] Remove space from around elements of GraphicsColumn
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Wed, 16 Jan 2008 23:04:45 -0500 (EST)
Consider the following simplified example: gr1 = gr2 = Graphics[Circle[], Frame -> True, ImagePadding -> False] GraphicsColumn[{gr1, gr2}, Frame -> True, PlotRangePadding -> 0, Spacings -> 0] How can the space between the inner and outer frames (on the left and right) be removed? Szabolcs