MathGroup Archive 2009

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

Search the Archive

ImageResolution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97778] ImageResolution
  • From: pjw <Patrick.John.Wheeler at gmail.com>
  • Date: Sat, 21 Mar 2009 05:18:43 -0500 (EST)

I want to output some high resolution graphs, however changing
ImageResolution seems to effect the padding around the Frame label.
Does anyone know or have a solution for this?

The code below demonstrates this problem:

GraphicsColumn[
 Table[Rasterize[
   ListPlot[Table[x, {x, -10, 10}], Frame -> True,
    FrameLabel -> {"Not quite", "Hi"}],
   ImageResolution -> ir], {ir, {10, 20, 50, 100, 200, 500}}]]


  • Prev by Date: Online Graphic Output
  • Next by Date: Commutators with boson operators
  • Previous by thread: Re: Online Graphic Output
  • Next by thread: Re: ImageResolution