MathGroup Archive 2007

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

Search the Archive

Images chopped during Export

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83795] Images chopped during Export
  • From: "Kentaroh Takagaki" <kentaroh.takagaki at gmail.com>
  • Date: Sat, 1 Dec 2007 05:34:22 -0500 (EST)

Hello,

I have a problem where tick labels are chopped off when I try to
Export high resolution Graphics to high-resolution tiff.

graph=Plot[Exp[x], {x, 0, 2 Pi}, ImageSize -> 5*72]
Export["test.tif", graph, ImageResolution -> 600]

This only happens when the ImageResolution is high. I've tried around
with ImageMargins in the Plot command, but the exported bitmap just
shows the same chopped graph with image margins on the outside.

I guess it is due to some internal quirks in handling of Graphics[]
options or something. Does anybody know why this happens, and how to
fix it?

Sincerely,
Kenta


  • Next by Date: Re: how draw box with open front
  • Next by thread: Re: Images chopped during Export