MathGroup Archive 2007

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

Search the Archive

Re: Images chopped during Export

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84040] Re: Images chopped during Export
  • From: nigol <dario.buttari at gmail.com>
  • Date: Fri, 7 Dec 2007 03:10:07 -0500 (EST)
  • References: <firdd1$r8v$1@smc.vnet.net> <200712020912.EAA06575@smc.vnet.net>

I believe that is just one of the many bugs of the Export function.
At least on my system (6.0.1, Vista32) I can compensate for that bug
by using ImagePadding:

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

Please let me know if this solution works on your system.
Dario


  • Prev by Date: Solving a set of 9 nonlinear equations with 11 parameters?
  • Next by Date: Re: Images chopped during Export
  • Previous by thread: Re: Re: Images chopped during Export
  • Next by thread: Re: Images chopped during Export