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
- References:
- Re: Images chopped during Export
- From: Szabolcs Horvát <szhorvat@gmail.com>
- Re: Images chopped during Export