search for: xpinch

Displaying 5 results from an estimated 5 matches for "xpinch".

Did you mean: pinch
2006 Sep 12
0
Bitmap file size problems
...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 to report 96 for the pixels per inch value. The next result surprised me: windows(3,2,xpinch=96,ypinch=96) plot(1:10) savePlot(file="test",type=&quo...
2003 Jun 17
0
Quality of graphics produced as windows metafiles
...ty(rnorm(1000)) plot(density(rnorm(1000)) dev.off() I note that the help page for "windows()" states that the number of pixels per inch can be specified and passed to the "windows()" device (and hence on to "win.metafile()" and "win.graph()") via the "xpinch" and ypinch" arguments. I have tried adjusting these without much succes, e.g. windows(rescale="fit",xpinch=102,ypinch=77)#<-- xpinch and ypinch values from post to R-help, 11 Sept 2001 .... windows(rescale="fit",xpinch=204,ypinch=154) .... All suggestions grat...
2011 Oct 21
1
windows limits
...e tested): par3d(windowRect=c(1,1,700,700)) With windows I can't get the window to span from the top to the bottom of the monitor. In the following, no matter how large the ypinch value gets it stops, leaving about 2 inches of space at the bottom of my screen: windows(record=TRUE, ypinch=1100, xpinch=10, xpos=1,ypos=1, rescale='fixed') ...I've read about some limits on windows. Is there any way around these limits? Any way I can get windows to perform like the rgl package 3d device? Thanks for your help! ben [[alternative HTML version deleted]]
2001 Sep 10
3
inter tick distance
R colleagues, I am stumped. I would like the inter-tick distances to be the same on the x and y axes but cannot determine how to do so when the lower half of the y axis is not printed. Thanks for any and all suggestions. (btw, setting par(pty="s") does not solve my problem) Niels Waller M<-matrix(c(2,1, -1,3),2,2,byrow=TRUE)
2005 Sep 28
1
dumping plots
i've heard that you can dump a plot file, and in doing so set a pixel parameter (cbx?). is anyone familar with this procedure? i would appreciate any insight. thanks, kevin