MathGroup Archive 2008

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

Search the Archive

Re: Remove space from around elements of GraphicsColumn

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84905] Re: Remove space from around elements of GraphicsColumn
  • From: nigol <dario.buttari at gmail.com>
  • Date: Fri, 18 Jan 2008 05:53:59 -0500 (EST)
  • References: <fmmkhr$eun$1@smc.vnet.net>

Hi Szabolcs,
please try:

gr1 = gr2 = Graphics[Circle[], Frame -> True, ImagePadding -> False]
GraphicsColumn[{gr1, gr2}, Frame -> True, PlotRangePadding -> 0,
 Spacings -> {0, 0}]

Dario


  • Prev by Date: Re: LATEX to Mathematica
  • Next by Date: Re: Version 6 graphics can be painfully slow
  • Previous by thread: Remove space from around elements of GraphicsColumn
  • Next by thread: Re: Remove space from around elements of GraphicsColumn