Re: The size of image output
- To: mathgroup at smc.vnet.net
- Subject: [mg114913] Re: The size of image output
- From: kj <no.email at please.post>
- Date: Thu, 23 Dec 2010 03:50:17 -0500 (EST)
- References: <iepdjl$g3g$1@smc.vnet.net>
In <iepdjl$g3g$1 at smc.vnet.net> Alexei Boulbitch <alexei.boulbitch at iee.lu> writes:
>Dear community,
>Some journals require the figures for submitted papers to be of a
>special size. For example, the Phys. Rev. group requires that the images
>should be submitted in the eps format with the figure width of 8.5 cm.
Here's *just a guess*: I'd try passing the options
ImageSize->{Round[(8.5/2.54)*72], Automatic}, ImageMargins->0
Also, ImagePadding may also be useful to you.
~kj