Re: Re: Images chopped during Export
- To: mathgroup at smc.vnet.net
- Subject: [mg84061] Re: [mg84040] Re: Images chopped during Export
- From: "Kentaroh Takagaki" <kentaroh.takagaki at gmail.com>
- Date: Sat, 8 Dec 2007 05:44:25 -0500 (EST)
- References: <firdd1$r8v$1@smc.vnet.net> <200712020912.EAA06575@smc.vnet.net>
Thank you everyone for your help. Dario's solution (ImagePadding) works for my system. To recap, by setting ImagePadding high enough, I can export high resolution bitmaps without the axes labels being chopped off. (It's strange that ImageMargins does not work on my system, however. Maybe WRI will fix this stuff, or write a tutorial on the internals of Graphics[] rendering, since I think that many of us choose Mathematica for its superior graphics output abilities.) Also, it is true as Szabolcs said that the pdf format supports transparencies... I had not realized this because of a problem in one of the pdf renderers I use. So that format is also an option for some of my applications. Thanks again, Kenta On Dec 7, 2007 9:10 AM, nigol <dario.buttari at gmail.com> wrote: > 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 > >
- References:
- Re: Images chopped during Export
- From: Szabolcs Horvát <szhorvat@gmail.com>
- Re: Images chopped during Export