search for: ypinch

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

Did you mean: pinch
2011 Oct 21
1
windows limits
Hello, Using the rgl package, I can set the device window to any dimension (that I have 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 r...
2006 Sep 12
0
Bitmap file size problems
...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="bmp") produces a square graphics window and a bitmap file of size 303x303. (In R 2.4.0 alpha the size is 303x302). In fact, when ypinch is given, height seems to be ignored and the graphics windows height:width ratio is the ypinch:xpinc...
2003 Jun 17
0
Quality of graphics produced as windows metafiles
...ot(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 gratefully appreciated...
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