Skip to content
Prev 232706 / 398500 Next

Saving plot to tiff, with high resolution for publication ?

On Aug 29, 2010, at 12:46 PM, Tal Galili wrote:

            
?tiff

(Merely from reading the help pages... not claiming to be an expert in  
graphics devices.) At the moment I suspect you are running into  
problems because the default units for the height and width of the  
tiff device is in pixels (="px") and the default size for each is 480.  
The width in pixels is less than 800 so you need to get your 800 into  
480 by dividing by 2.  Perhaps changing the units to "cm" or "in" and  
then the using materially smaller sizes for height and width you can  
get more satisfactory combinations of size and resolution.

(Of course, this does not apply to EPS since it is not a raster image  
format. Either your publisher is confused on this point or you haven't  
faithfully transmitted their message.)