MathGroup Archive 2008

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

Search the Archive

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


  • Prev by Date: ImageSize option when exporting PDFs
  • Next by Date: Re: Version 6 graphics can be painfully slow
  • Previous by thread: ImageSize option when exporting PDFs
  • Next by thread: Re: Remove space from around elements of GraphicsColumn