Re: Remove space from around elements of GraphicsColumn
- To: mathgroup at smc.vnet.net
- Subject: [mg84910] Re: Remove space from around elements of GraphicsColumn
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Sat, 19 Jan 2008 05:59:33 -0500 (EST)
- Organization: University of Bergen
- References: <fmmkhr$eun$1@smc.vnet.net> <fmq12m$b6e$1@smc.vnet.net>
nigol wrote:
> Hi Szabolcs,
> please try:
>
> gr1 = gr2 = Graphics[Circle[], Frame -> True, ImagePadding -> False]
> GraphicsColumn[{gr1, gr2}, Frame -> True, PlotRangePadding -> 0,
> Spacings -> {0, 0}]
>
Hi Dario,
Thanks for the reply! I must read the docs more carefully ... as you
pointed out, Spacings -> [a single number] refers only to the x
direction, not both the x and y directions (like with some other
graphics options).
Szabolcs