search for: lplot

Displaying 6 results from an estimated 6 matches for "lplot".

Did you mean: plot
2006 May 31
0
FW: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
...AxStatConnectorGraphicsDevice. The graph displays correctly in a default R window, but will not draw labels or data in the GraphicsDevice. Is there a workaround for this, or am I doing something incorrect. I can get the GraphicsDevice to display simple line graphs and such. Sample R Code: lPlot<-xyplot(Total~Week|CommodityCategoryDescription,dfVesselImportExpo rtByDockWeekCommodity,type="l",layout=c(4,2)) #Print to Default Device (AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice) print(lPlot) #Close the Default Device dev.off() #Print to Default Window print(lPlot)...
2004 Aug 19
1
Clipping of display in Lattice graphics
...yplot is used, it doesn't extend past its borders: xyplot(y~x, xlim=c(0,1), ylim=c(0,1), type=c("p","l")) From what I understand so far: xyplot calls panel.xyplot panel.xyplot calls lpoints and llines neither lpoints nor llines do much except call xy.coords and then call lplot.xy lplot.xy calls grid.points and grid.lines Where in this code does the clipping occur? I'm quite baffled really. Thank you for considering this, Matthew
2005 Oct 29
1
Problem with llines in lattice
..., type = "p", col = colors[i], pch = symbols[i], lty = lines[i]) llines(x[sub], y[sub], lwd = 2, type = "l", col = colors[i], pch = symbols[i], lty = lines[i]) } }) I've looked at both the documentation and code for llines() and lplot.xy(), which llines() calls, and don't see the source of the problem. I'm using R 2.2.0 under Windows XP. I'm pretty sure that this used to work, but I got the same problem in R 2.1.1 when I tried it there. Any help would be appreciated. Thanks, John --------------------------------...
2009 Dec 04
1
Apparent different in symbol scaling between xyplot and grid.points
Dear R-users, For the past few days, I have been trying to find the reason why some of my plots were showing symbols of different sizes, while I thought I was using the same .cex arguments everywhere. The problem is exemplified by the following example code where the xyplot and grid.points functions are used. The scaling factor is set to 0.84 in both the functions settings, but one can see
2013 Apr 04
2
custom startup/welcome message
hi everybody I wonder if there is a simple way, but not simple would be ok too, to customize info/welcome page at session start time? what I'd like to do is to put together simple short howto / dos & don'ts page for users, I'm thinking it would be great if it was possible many thanks [[alternative HTML version deleted]]
2002 Dec 12
1
lattice/points and pch="c" inconsistencies
Hi, The current lattice/grid packages seem to position character plotting symbols (e.g., ".") differently than the base function points. The following shows what I mean: ## plain old points() positions the pch="." right at y = c(0,1), ## and thus abline(h = c(0,1)) completely hides the points "." ## (provided the output device has enough resolution, like