- 1. Windows line plotting (score: 1)
- Author: Thom Burnett <Thom.Burnett@cognigencorp.com>
- Date: Wed, 27 Jul 2005 15:07:28 -0400
- How do I plot many lines on one plot of a graphsheet without running out of time or memory? I have a dataframe that contains maybe 10,000 rows. One of the columns is an 'id' which changes within the
- /archives/html/s-news/2005-07/msg00147.html (8,651 bytes)
- 2. Re: Windows line plotting (score: 1)
- Author: "Richard M. Heiberger" <rmh@temple.edu>
- Date: Wed, 27 Jul 2005 16:48:27 -0400
- I would normally prepare a static plot with panel.superpose. tmp <- data.frame(id=rep(1:4, c(3,3,3,3)), x=rep(1:3,4), y=rnorm(12)) xyplot(y ~ x, groups=id, data=tmp, type="l", panel=panel.superpose)
- /archives/html/s-news/2005-07/msg00148.html (7,229 bytes)
- 3. Re: Windows line plotting (score: 1)
- Author: David L Lorenz <lorenz@usgs.gov>
- Date: Thu, 28 Jul 2005 09:46:41 -0500
- I have also found this to be a troubling characteristic of the GUI graphics. Plotting a large number of points is fast and easy, but wanting specialized treatments by groups is difficult and sometim
- /archives/html/s-news/2005-07/msg00151.html (8,301 bytes)
This search system is powered by
Namazu