Displaying 1 result from an estimated 1 matches for "303x206".
Did you mean:
303x207
2006 Sep 12
0
Bitmap file size problems
...ates the problem.
savePlot(file="test",type="bmp")
creates a bitmap file of size 303x207 which is somewhat strange
because it seems to use slightly different values for
pixels per inch horizontally and vertically.
(By the way, in my version of R 2.4.0alpha, the bitmap has size
303x206)
The documentation warns that the graphics devices use
pixel per inch values reported by Windows, and that might be unreliable.
In my case,
windows(3,2,xpinch=96)
plot(1:10)
savePlot(file="test",type="bmp")
produces the same image (of the same size) as before, so
Windows seems...